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

Unified Diff: components/sync/driver/fake_sync_service.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/driver/fake_sync_service.cc
diff --git a/components/sync/driver/fake_sync_service.cc b/components/sync/driver/fake_sync_service.cc
index fceffc6d294e54c96ea2d1042e371919bfe03986..a22dbc2a94912c06666f700bea5d96a69486c32e 100644
--- a/components/sync/driver/fake_sync_service.cc
+++ b/components/sync/driver/fake_sync_service.cc
@@ -6,9 +6,9 @@
#include "base/memory/ptr_util.h"
#include "base/values.h"
-#include "components/sync/core/base_transaction.h"
-#include "components/sync/core/user_share.h"
#include "components/sync/driver/data_type_controller.h"
+#include "components/sync/syncable/base_transaction.h"
+#include "components/sync/syncable/user_share.h"
namespace syncer {
« no previous file with comments | « components/sync/driver/directory_data_type_controller.cc ('k') | components/sync/driver/generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698