Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: chrome/browser/extensions/extension_assets_manager_chromeos.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/extensions/extension_assets_manager.cc ('k') | chrome/browser/extensions/extension_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698