| Index: chrome/browser/sync_file_system/sync_file_system_service_factory.h
|
| diff --git a/chrome/browser/sync_file_system/sync_file_system_service_factory.h b/chrome/browser/sync_file_system/sync_file_system_service_factory.h
|
| index 052b17124423c1e7d451e8651adbbac96210d34e..51e11222802fc05976c59d71d6f9b9e45aa80030 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service_factory.h
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service_factory.h
|
| @@ -38,7 +38,7 @@ class SyncFileSystemServiceFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory overrides.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* context) const OVERRIDE;
|
|
|
| mutable scoped_ptr<RemoteFileSyncService> mock_remote_file_service_;
|
| };
|
|
|