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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
Index: components/sync/test/engine/fake_sync_scheduler.h
diff --git a/sync/test/engine/fake_sync_scheduler.h b/components/sync/test/engine/fake_sync_scheduler.h
similarity index 90%
rename from sync/test/engine/fake_sync_scheduler.h
rename to components/sync/test/engine/fake_sync_scheduler.h
index 0933ba8fce3768840a3ece8b04f1964143e2b48a..794b4d35f4414248aee6f7bdc81c0ea7012847ab 100644
--- a/sync/test/engine/fake_sync_scheduler.h
+++ b/components/sync/test/engine/fake_sync_scheduler.h
@@ -6,13 +6,13 @@
// logic needed for tests (invoking callbacks, etc) here rather than in higher
// level test classes.
-#ifndef SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
-#define SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
+#ifndef COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
+#define COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
#include <map>
#include "base/message_loop/message_loop.h"
-#include "sync/engine/sync_scheduler.h"
+#include "components/sync/engine_impl/sync_scheduler.h"
namespace syncer {
@@ -61,4 +61,4 @@ class FakeSyncScheduler : public SyncScheduler {
} // namespace syncer
-#endif // SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
+#endif // COMPONENTS_SYNC_TEST_ENGINE_FAKE_SYNC_SCHEDULER_H_
« no previous file with comments | « components/sync/test/engine/fake_model_worker.cc ('k') | components/sync/test/engine/fake_sync_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698