| 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 8e2a910e1ae48a814dda378daf857a9075d1bb4c..89f2772ea817f1db1706c94dc53cb5d927b85285 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
|
| @@ -46,12 +46,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.
|
|
|