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

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

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « chrome/browser/sync/sync_global_error.h ('k') | chrome/browser/sync/sync_global_error_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error.cc
diff --git a/chrome/browser/sync/sync_global_error.cc b/chrome/browser/sync/sync_global_error.cc
index 20443d2791e2d656c1fb4827ae896819cacf7a0f..04878e1cff2c8d8f42dd1ebab554ea04813e756a 100644
--- a/chrome/browser/sync/sync_global_error.cc
+++ b/chrome/browser/sync/sync_global_error.cc
@@ -18,10 +18,11 @@
#include "google_apis/gaia/google_service_auth_error.h"
#include "ui/base/l10n/l10n_util.h"
-SyncGlobalError::SyncGlobalError(GlobalErrorService* global_error_service,
- LoginUIService* login_ui_service,
- SyncErrorController* error_controller,
- ProfileSyncService* profile_sync_service)
+SyncGlobalError::SyncGlobalError(
+ GlobalErrorService* global_error_service,
+ LoginUIService* login_ui_service,
+ SyncErrorController* error_controller,
+ browser_sync::ProfileSyncService* profile_sync_service)
: global_error_service_(global_error_service),
login_ui_service_(login_ui_service),
error_controller_(error_controller),
« no previous file with comments | « chrome/browser/sync/sync_global_error.h ('k') | chrome/browser/sync/sync_global_error_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698