| 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();
|
|
|