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

Unified Diff: components/sync/engine_impl/sync_cycle_event.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_cycle_event.h
diff --git a/sync/engine/sync_cycle_event.h b/components/sync/engine_impl/sync_cycle_event.h
similarity index 74%
rename from sync/engine/sync_cycle_event.h
rename to components/sync/engine_impl/sync_cycle_event.h
index 4fd549a69bd42b16d48f2b93cf2fa408e889eac1..a3d51e73ae2a51ea827d883a7e88826549097949 100644
--- a/sync/engine/sync_cycle_event.h
+++ b/components/sync/engine_impl/sync_cycle_event.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_ENGINE_SYNC_CYCLE_EVENT_H_
-#define SYNC_ENGINE_SYNC_CYCLE_EVENT_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/sessions/sync_session_snapshot.h"
namespace syncer {
@@ -36,4 +36,4 @@ struct SYNC_EXPORT SyncCycleEvent {
} // namespace syncer
-#endif // SYNC_ENGINE_SYNC_CYCLE_EVENT_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_CYCLE_EVENT_H_
« no previous file with comments | « components/sync/engine_impl/process_updates_util.cc ('k') | components/sync/engine_impl/sync_cycle_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698