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

Unified Diff: chrome/browser/sync/sync_ui_util.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_ui_util.cc
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc
index 3fa5fc5d4136ce2481581277aaecd13281103940..22f7ca1d970f265802e4103a1350ae0c3e924abe 100644
--- a/chrome/browser/sync/sync_ui_util.cc
+++ b/chrome/browser/sync/sync_ui_util.cc
@@ -465,7 +465,7 @@ AvatarSyncErrorType GetMessagesForAvatarSyncError(Profile* profile,
}
// Check for a sync passphrase error.
- SyncErrorController* sync_error_controller =
+ syncer::SyncErrorController* sync_error_controller =
service->sync_error_controller();
if (sync_error_controller && sync_error_controller->HasError()) {
*content_string_id = IDS_SYNC_ERROR_USER_MENU_PASSPHRASE_MESSAGE;

Powered by Google App Engine
This is Rietveld 408576698