Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / extension_assets_manager_chromeos.h
index 298c991..01d98be 100644 (file)
@@ -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();