| Index: chrome/browser/sync_file_system/sync_file_system_service_factory.cc
|
| diff --git a/chrome/browser/sync_file_system/sync_file_system_service_factory.cc b/chrome/browser/sync_file_system/sync_file_system_service_factory.cc
|
| index 1ee0666e1cbd9470f9a8a623b0e1594c56c6c5de..cb5726994eff8fa85d3b60b40f11a71c2f549d19 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service_factory.cc
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service_factory.cc
|
| @@ -89,7 +89,7 @@ SyncFileSystemServiceFactory::BuildServiceInstanceFor(
|
| std::string() /* custom_user_agent */));
|
|
|
| drive::DriveNotificationManager* notification_manager =
|
| - drive::DriveNotificationManagerFactory::GetForProfile(profile);
|
| + drive::DriveNotificationManagerFactory::GetForBrowserContext(profile);
|
| ExtensionService* extension_service =
|
| extensions::ExtensionSystem::Get(profile)->extension_service();
|
|
|
|
|