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

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

Issue 2407163004: [Sync] Move some directory-related things from core/ to syncable/. (Closed)
Patch Set: 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/core_impl/sync_manager_impl.h
diff --git a/components/sync/core_impl/sync_manager_impl.h b/components/sync/core_impl/sync_manager_impl.h
index 530e6242e696a27b7e95c707a5e228bcfaa44ae5..4784138cce6acd222d3ba2a17f39d66d3983aefc 100644
--- a/components/sync/core_impl/sync_manager_impl.h
+++ b/components/sync/core_impl/sync_manager_impl.h
@@ -17,8 +17,6 @@
#include "components/sync/base/cryptographer.h"
#include "components/sync/base/time.h"
#include "components/sync/core/sync_manager.h"
-#include "components/sync/core/user_share.h"
-#include "components/sync/core_impl/change_reorder_buffer.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"
@@ -30,7 +28,9 @@
#include "components/sync/engine_impl/nudge_handler.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"
#include "components/sync/syncable/directory_change_delegate.h"
+#include "components/sync/syncable/user_share.h"
#include "net/base/network_change_notifier.h"
class GURL;
« no previous file with comments | « components/sync/core_impl/sync_encryption_handler_impl_unittest.cc ('k') | components/sync/core_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698