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

Unified Diff: components/browser_sync/browser/abstract_profile_sync_service_test.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/abstract_profile_sync_service_test.cc
diff --git a/components/browser_sync/browser/abstract_profile_sync_service_test.cc b/components/browser_sync/browser/abstract_profile_sync_service_test.cc
index 36fae2b1a95ef6c73a1faf99c377c2ced8a6c438..943ef62e849248bdba719631a811e677372f35e7 100644
--- a/components/browser_sync/browser/abstract_profile_sync_service_test.cc
+++ b/components/browser_sync/browser/abstract_profile_sync_service_test.cc
@@ -17,9 +17,9 @@
#include "components/sync/core/test/sync_manager_factory_for_profile_sync_test.h"
#include "components/sync/core/test/test_internal_components_factory.h"
#include "components/sync/core/test/test_user_share.h"
+#include "components/sync/driver/glue/sync_backend_host_core.h"
+#include "components/sync/driver/sync_api_component_factory_mock.h"
#include "components/sync/protocol/sync.pb.h"
-#include "components/sync_driver/glue/sync_backend_host_core.h"
-#include "components/sync_driver/sync_api_component_factory_mock.h"
#include "google_apis/gaia/gaia_constants.h"
using syncer::ModelType;
« no previous file with comments | « components/browser_sync/browser/DEPS ('k') | components/browser_sync/browser/profile_sync_components_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698