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

Unified Diff: chrome/browser/extensions/extension_assets_manager.cc

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.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);
}
« no previous file with comments | « chrome/browser/extensions/extension_apitest.h ('k') | chrome/browser/extensions/extension_assets_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698