| Index: chrome/browser/extensions/extension_assets_manager.cc
 | 
| diff --git a/chrome/browser/extensions/extension_assets_manager.cc b/chrome/browser/extensions/extension_assets_manager.cc
 | 
| index df594d0259e2b21512ed4d468447e645fda3a905..6b74ede369745bdb7d2529342c19b49ec3b89e70 100644
 | 
| --- a/chrome/browser/extensions/extension_assets_manager.cc
 | 
| +++ b/chrome/browser/extensions/extension_assets_manager.cc
 | 
| @@ -26,7 +26,7 @@ class ExtensionAssetsManagerImpl :  public ExtensionAssetsManager {
 | 
|                                  const base::FilePath& unpacked_extension_root,
 | 
|                                  const base::FilePath& local_install_dir,
 | 
|                                  Profile* profile,
 | 
| -                                InstallExtensionCallback callback) OVERRIDE {
 | 
| +                                InstallExtensionCallback callback) override {
 | 
|      callback.Run(file_util::InstallExtension(
 | 
|          unpacked_extension_root,
 | 
|          extension->id(),
 | 
| @@ -38,7 +38,7 @@ class ExtensionAssetsManagerImpl :  public ExtensionAssetsManager {
 | 
|        const std::string& id,
 | 
|        Profile* profile,
 | 
|        const base::FilePath& local_install_dir,
 | 
| -      const base::FilePath& extension_root) OVERRIDE {
 | 
| +      const base::FilePath& extension_root) override {
 | 
|      file_util::UninstallExtension(local_install_dir, id);
 | 
|    }
 | 
|  
 | 
| 
 |