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

Unified Diff: chrome/browser/sync/sync_global_error_factory.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/sync_global_error_factory.cc
diff --git a/chrome/browser/sync/sync_global_error_factory.cc b/chrome/browser/sync/sync_global_error_factory.cc
index a9a6798c8ee0a0a3e477968477157fbf43b94b94..a2a88b4a54bf60c39cd168504b1eba119869f466 100644
--- a/chrome/browser/sync/sync_global_error_factory.cc
+++ b/chrome/browser/sync/sync_global_error_factory.cc
@@ -54,7 +54,7 @@ KeyedService* SyncGlobalErrorFactory::BuildServiceInstanceFor(
if (!profile_sync_service)
return NULL;
- SyncErrorController* sync_error_controller =
+ syncer::SyncErrorController* sync_error_controller =
profile_sync_service->sync_error_controller();
if (!sync_error_controller)
return NULL;

Powered by Google App Engine
This is Rietveld 408576698