Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: components/sync/test/engine/fake_sync_scheduler.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/syncable/test_user_share.h ('k') | components/sync/test/engine/mock_connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/test/engine/fake_sync_scheduler.h
diff --git a/components/sync/test/engine/fake_sync_scheduler.h b/components/sync/test/engine/fake_sync_scheduler.h
index 23f59bfa42cd5e9ae1723bf304b39f78e4dde911..950415d20a6f42711e8968334373d0646cce3264 100644
--- a/components/sync/test/engine/fake_sync_scheduler.h
+++ b/components/sync/test/engine/fake_sync_scheduler.h
@@ -1,10 +1,6 @@
// Copyright (c) 2012 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.
-//
-// A fake implementation of the SyncScheduler. If needed, we should add default
-// logic needed for tests (invoking callbacks, etc) here rather than in higher
-// level test classes.
#ifndef COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
#define COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
@@ -17,6 +13,9 @@
namespace syncer {
+// A fake implementation of the SyncScheduler. If needed, we should add default
+// logic needed for tests (invoking callbacks, etc) here rather than in higher
+// level test classes.
class FakeSyncScheduler : public SyncScheduler {
public:
FakeSyncScheduler();
« no previous file with comments | « components/sync/syncable/test_user_share.h ('k') | components/sync/test/engine/mock_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698