blob: 6aeae6edaa0be427c2b3e73a90dea66514e5b43c [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "privetd/cloud_delegate.h"
namespace privetd {
CloudDelegate::CloudDelegate() {
}
CloudDelegate::~CloudDelegate() {
}
} // namespace privetd