| Index: chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| index 90505650a7fbc3d232af7f7979a4f47d2918719b..a46ebde74469da4bef6de8fab42d2e829d001e2e 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h
|
| @@ -45,12 +45,12 @@ struct SelectedFileInfo;
|
| }
|
|
|
| // Manages and registers the fileBrowserPrivate API with the extension system.
|
| -class FileBrowserPrivateAPI : public ProfileKeyedService {
|
| +class FileBrowserPrivateAPI : public BrowserContextKeyedService {
|
| public:
|
| explicit FileBrowserPrivateAPI(Profile* profile);
|
| virtual ~FileBrowserPrivateAPI();
|
|
|
| - // ProfileKeyedService overrides.
|
| + // BrowserContextKeyedService overrides.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // Convenience function to return the FileBrowserPrivateAPI for a Profile.
|
|
|