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

Unified Diff: chrome/browser/sync/profile_sync_service_factory_unittest.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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: chrome/browser/sync/profile_sync_service_factory_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_factory_unittest.cc b/chrome/browser/sync/profile_sync_service_factory_unittest.cc
index 2637012550a218ced0abcab3fe98a8e7a8a433ac..e94f23c0b2fa472f8ba13aee8fd394681132750c 100644
--- a/chrome/browser/sync/profile_sync_service_factory_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_factory_unittest.cc
@@ -20,7 +20,7 @@
#include "ui/app_list/app_list_switches.h"
using browser_sync::ProfileSyncService;
-using sync_driver::DataTypeController;
+using syncer::DataTypeController;
class ProfileSyncServiceFactoryTest : public testing::Test {
protected:

Powered by Google App Engine
This is Rietveld 408576698