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_ |