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

Unified Diff: components/browser_sync/browser/profile_sync_service_autofill_unittest.cc

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/browser_sync/browser/profile_sync_service_autofill_unittest.cc
diff --git a/components/browser_sync/browser/profile_sync_service_autofill_unittest.cc b/components/browser_sync/browser/profile_sync_service_autofill_unittest.cc
index 7caa29015f3767be7f29510e25591503e2062692..3dce8d8ddb0c0f14c797afb7e82b2de246420990 100644
--- a/components/browser_sync/browser/profile_sync_service_autofill_unittest.cc
+++ b/components/browser_sync/browser/profile_sync_service_autofill_unittest.cc
@@ -47,12 +47,12 @@
#include "components/sync/core/read_transaction.h"
#include "components/sync/core/write_node.h"
#include "components/sync/core/write_transaction.h"
+#include "components/sync/driver/data_type_controller.h"
+#include "components/sync/driver/data_type_manager_impl.h"
+#include "components/sync/driver/sync_api_component_factory_mock.h"
#include "components/sync/protocol/autofill_specifics.pb.h"
#include "components/sync/syncable/mutable_entry.h"
#include "components/sync/syncable/syncable_write_transaction.h"
-#include "components/sync_driver/data_type_controller.h"
-#include "components/sync_driver/data_type_manager_impl.h"
-#include "components/sync_driver/sync_api_component_factory_mock.h"
#include "components/syncable_prefs/pref_service_syncable.h"
#include "components/version_info/version_info.h"
#include "components/webdata/common/web_database.h"

Powered by Google App Engine
This is Rietveld 408576698