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

Unified Diff: chrome/browser/sync/sync_error_notifier_ash.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_error_notifier_ash.cc
diff --git a/chrome/browser/sync/sync_error_notifier_ash.cc b/chrome/browser/sync/sync_error_notifier_ash.cc
index 36587f44412fb89590951d5664e7dd3803217a2f..9bbe4baf88686c1d46e2f844efa6f3b739e1bf88 100644
--- a/chrome/browser/sync/sync_error_notifier_ash.cc
+++ b/chrome/browser/sync/sync_error_notifier_ash.cc
@@ -98,10 +98,9 @@ void SyncNotificationDelegate::ShowSyncSetup() {
} // namespace
-SyncErrorNotifier::SyncErrorNotifier(SyncErrorController* controller,
+SyncErrorNotifier::SyncErrorNotifier(syncer::SyncErrorController* controller,
Profile* profile)
- : error_controller_(controller),
- profile_(profile) {
+ : error_controller_(controller), profile_(profile) {
// Create a unique notification ID for this profile.
notification_id_ =
kProfileSyncNotificationId + profile_->GetProfileUserName();

Powered by Google App Engine
This is Rietveld 408576698