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

Unified Diff: components/sync/engine_impl/sync_manager_impl.h

Issue 2413313004: [Sync] Move the last things out of core/. (Closed)
Patch Set: Address comments. 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
Index: components/sync/engine_impl/sync_manager_impl.h
diff --git a/components/sync/core_impl/sync_manager_impl.h b/components/sync/engine_impl/sync_manager_impl.h
similarity index 95%
rename from components/sync/core_impl/sync_manager_impl.h
rename to components/sync/engine_impl/sync_manager_impl.h
index 4784138cce6acd222d3ba2a17f39d66d3983aefc..f7c761452cf34f41194496e90687478b1b46b73d 100644
--- a/components/sync/core_impl/sync_manager_impl.h
+++ b/components/sync/engine_impl/sync_manager_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
-#define COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNC_MANAGER_IMPL_H_
+#define COMPONENTS_SYNC_ENGINE_IMPL_SYNC_MANAGER_IMPL_H_
#include <stdint.h>
@@ -16,16 +16,16 @@
#include "base/macros.h"
#include "components/sync/base/cryptographer.h"
#include "components/sync/base/time.h"
-#include "components/sync/core/sync_manager.h"
-#include "components/sync/core_impl/debug_info_event_listener.h"
-#include "components/sync/core_impl/js_mutation_event_observer.h"
-#include "components/sync/core_impl/js_sync_encryption_handler_observer.h"
-#include "components/sync/core_impl/js_sync_manager_observer.h"
-#include "components/sync/core_impl/protocol_event_buffer.h"
-#include "components/sync/core_impl/sync_encryption_handler_impl.h"
+#include "components/sync/engine/sync_manager.h"
#include "components/sync/engine_impl/all_status.h"
+#include "components/sync/engine_impl/debug_info_event_listener.h"
+#include "components/sync/engine_impl/events/protocol_event_buffer.h"
+#include "components/sync/engine_impl/js_mutation_event_observer.h"
+#include "components/sync/engine_impl/js_sync_encryption_handler_observer.h"
+#include "components/sync/engine_impl/js_sync_manager_observer.h"
#include "components/sync/engine_impl/net/server_connection_manager.h"
#include "components/sync/engine_impl/nudge_handler.h"
+#include "components/sync/engine_impl/sync_encryption_handler_impl.h"
#include "components/sync/engine_impl/sync_engine_event_listener.h"
#include "components/sync/js/js_backend.h"
#include "components/sync/syncable/change_reorder_buffer.h"
@@ -340,4 +340,4 @@ class SyncManagerImpl
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_IMPL_SYNC_MANAGER_IMPL_H_
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_SYNC_MANAGER_IMPL_H_
« no previous file with comments | « components/sync/engine_impl/sync_manager_for_profile_sync_test.cc ('k') | components/sync/engine_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698