| Index: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h
|
| index 9f7678f00e42c3a91f87d7cc055b604d72844a61..c0f1ec5f048e2a1fd749021384144d9b05af97fc 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h
|
| @@ -33,8 +33,8 @@ class FileBrowserPrivateAPIFactory : public ProfileKeyedServiceFactory {
|
| virtual ~FileBrowserPrivateAPIFactory();
|
|
|
| // ProfileKeyedServiceFactory:
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile)
|
| - const OVERRIDE;
|
| + virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_FILE_BROWSER_PRIVATE_API_FACTORY_H_
|
|
|