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

Unified Diff: extensions/browser/api/power/power_api_manager.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in 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
« no previous file with comments | « extensions/browser/api/power/power_api.h ('k') | extensions/browser/api/power/power_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/power/power_api_manager.h
diff --git a/extensions/browser/api/power/power_api_manager.h b/extensions/browser/api/power/power_api_manager.h
index 477113d4edd2811a109106266b0327c4834eabbe..9eca2275265f2c6e0a8027b16d582fdecd4a37c6 100644
--- a/extensions/browser/api/power/power_api_manager.h
+++ b/extensions/browser/api/power/power_api_manager.h
@@ -54,7 +54,7 @@ class PowerApiManager : public BrowserContextKeyedAPI,
virtual void OnExtensionUnloaded(content::BrowserContext* browser_context,
const Extension* extension,
UnloadedExtensionInfo::Reason reason)
- OVERRIDE;
+ override;
private:
friend class BrowserContextKeyedAPIFactory<PowerApiManager>;
@@ -70,7 +70,7 @@ class PowerApiManager : public BrowserContextKeyedAPI,
static const char* service_name() { return "PowerApiManager"; }
static const bool kServiceRedirectedInIncognito = true;
static const bool kServiceIsCreatedWithBrowserContext = false;
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
content::BrowserContext* browser_context_;
« no previous file with comments | « extensions/browser/api/power/power_api.h ('k') | extensions/browser/api/power/power_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698