| Index: chrome/browser/sync/sync_error_notifier_factory_ash.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_factory_ash.cc b/chrome/browser/sync/sync_error_notifier_factory_ash.cc
|
| index 83e55a04f2eec4c306d8b8e10317b129ecdae639..4c099a53e8ffb0eeee5aefb7f061ec976e296722 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_factory_ash.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_factory_ash.cc
|
| @@ -39,7 +39,7 @@ KeyedService* SyncErrorNotifierFactory::BuildServiceInstanceFor(
|
| return NULL;
|
|
|
| Profile* profile = static_cast<Profile*>(context);
|
| - ProfileSyncService* profile_sync_service =
|
| + browser_sync::ProfileSyncService* profile_sync_service =
|
| ProfileSyncServiceFactory::GetForProfile(profile);
|
|
|
| if (!profile_sync_service)
|
|
|