| Index: chrome/browser/extensions/extension_assets_manager_chromeos.h
|
| diff --git a/chrome/browser/extensions/extension_assets_manager_chromeos.h b/chrome/browser/extensions/extension_assets_manager_chromeos.h
|
| index 298c991de9ea6166c7835f98a7662fcc354d33d5..01d98be83eabdf517802cf1e24bea142b9e2cab4 100644
|
| --- a/chrome/browser/extensions/extension_assets_manager_chromeos.h
|
| +++ b/chrome/browser/extensions/extension_assets_manager_chromeos.h
|
| @@ -42,12 +42,12 @@ class ExtensionAssetsManagerChromeOS : public ExtensionAssetsManager {
|
| const base::FilePath& unpacked_extension_root,
|
| const base::FilePath& local_install_dir,
|
| Profile* profile,
|
| - InstallExtensionCallback callback) OVERRIDE;
|
| + InstallExtensionCallback callback) override;
|
| virtual void UninstallExtension(
|
| const std::string& id,
|
| Profile* profile,
|
| const base::FilePath& local_install_dir,
|
| - const base::FilePath& extension_root) OVERRIDE;
|
| + const base::FilePath& extension_root) override;
|
|
|
| // Return shared install dir.
|
| static base::FilePath GetSharedInstallDir();
|
|
|