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

Unified Diff: components/sync/driver/change_processor.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
« no previous file with comments | « components/sync/driver/backend_migrator_unittest.cc ('k') | components/sync/driver/data_type_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/change_processor.h
diff --git a/components/sync/driver/change_processor.h b/components/sync/driver/change_processor.h
index adba333dde778ca6ae50c88ce51413c925f35fc0..cd7760cd2ed837c10b68009bad32984c714d29b6 100644
--- a/components/sync/driver/change_processor.h
+++ b/components/sync/driver/change_processor.h
@@ -10,10 +10,10 @@
#include <memory>
#include "base/macros.h"
-#include "components/sync/core/base_transaction.h"
-#include "components/sync/core/change_record.h"
-#include "components/sync/core/user_share.h"
#include "components/sync/model/data_type_error_handler.h"
+#include "components/sync/syncable/base_transaction.h"
+#include "components/sync/syncable/change_record.h"
+#include "components/sync/syncable/user_share.h"
namespace syncer {
« no previous file with comments | « components/sync/driver/backend_migrator_unittest.cc ('k') | components/sync/driver/data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698