blob: c2f43296db1d0921f1e568d300c32140c542fee7 [file] [log] [blame]
// Copyright 2015 The Chromium 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 "chromeos/services/device_sync/mock_sync_scheduler.h"
namespace chromeos {
namespace device_sync {
MockSyncScheduler::MockSyncScheduler() {}
MockSyncScheduler::~MockSyncScheduler() {}
} // namespace device_sync
} // namespace chromeos