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 48f8195800c0cd32c629e2081693063401e2b3b1..4acb40b488457c0fe8b3ceaef1c13bf6dedd0c26 100644 |
--- a/chrome/browser/sync/sync_error_notifier_ash.cc |
+++ b/chrome/browser/sync/sync_error_notifier_ash.cc |
@@ -96,10 +96,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(); |