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

Unified Diff: components/sync/core_impl/js_sync_manager_observer.cc

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/js_sync_manager_observer.cc
diff --git a/components/sync/core_impl/js_sync_manager_observer.cc b/components/sync/core_impl/js_sync_manager_observer.cc
index 33da2a7ba287e44f8bdfa70bf8fd39c899342e70..62acd86308a5d97e1f51a724c292deb025329ddd 100644
--- a/components/sync/core_impl/js_sync_manager_observer.cc
+++ b/components/sync/core_impl/js_sync_manager_observer.cc
@@ -11,11 +11,11 @@
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/core/change_record.h"
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
#include "components/sync/engine/sync_string_conversions.h"
#include "components/sync/js/js_event_details.h"
#include "components/sync/js/js_event_handler.h"
+#include "components/sync/syncable/change_record.h"
namespace syncer {
« no previous file with comments | « components/sync/core_impl/change_reorder_buffer.cc ('k') | components/sync/core_impl/sync_encryption_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698