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

Unified Diff: components/sync/engine_impl/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/engine_impl/sync_scheduler.h
diff --git a/sync/engine/sync_scheduler.h b/components/sync/engine_impl/sync_scheduler.h
similarity index 94%
rename from sync/engine/sync_scheduler.h
rename to components/sync/engine_impl/sync_scheduler.h
index a2ed42ba872d8de4546d65f5bc912aca99e347f5..81bcca00255fbe791af4beb3e7222c08c25e8e75 100644
--- a/sync/engine/sync_scheduler.h
+++ b/components/sync/engine_impl/sync_scheduler.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
//
// A class to schedule syncer tasks intelligently.
-#ifndef SYNC_ENGINE_SYNC_SCHEDULER_H_
-#define SYNC_ENGINE_SYNC_SCHEDULER_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_SCHEDULER_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_SCHEDULER_H_
#include <memory>
#include <string>
@@ -12,10 +12,10 @@
#include "base/callback.h"
#include "base/compiler_specific.h"
#include "base/time/time.h"
-#include "sync/base/sync_export.h"
-#include "sync/engine/nudge_source.h"
-#include "sync/internal_api/public/base/invalidation_interface.h"
-#include "sync/sessions/sync_session.h"
+#include "components/sync/base/invalidation_interface.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/engine_impl/nudge_source.h"
+#include "components/sync/sessions_impl/sync_session.h"
namespace tracked_objects {
class Location;
@@ -156,4 +156,4 @@ class SYNC_EXPORT SyncScheduler : public sessions::SyncSession::Delegate {
} // namespace syncer
-#endif // SYNC_ENGINE_SYNC_SCHEDULER_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_SCHEDULER_H_
« no previous file with comments | « components/sync/engine_impl/sync_engine_event_listener.cc ('k') | components/sync/engine_impl/sync_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698