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

Unified Diff: chrome/browser/extensions/api/streams_private/streams_private_api.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/api/streams_private/streams_private_api.h
diff --git a/chrome/browser/extensions/api/streams_private/streams_private_api.h b/chrome/browser/extensions/api/streams_private/streams_private_api.h
index c0494c9acf63d34a7e3ec27e3ba97e58d8325c72..286104128f9c4f3801d64ab82c2a0fff4f078f7e 100644
--- a/chrome/browser/extensions/api/streams_private/streams_private_api.h
+++ b/chrome/browser/extensions/api/streams_private/streams_private_api.h
@@ -58,7 +58,7 @@ class StreamsPrivateAPI : public BrowserContextKeyedAPI,
virtual void OnExtensionUnloaded(
content::BrowserContext* browser_context,
const Extension* extension,
- UnloadedExtensionInfo::Reason reason) OVERRIDE;
+ UnloadedExtensionInfo::Reason reason) override;
// BrowserContextKeyedAPI implementation.
static const char* service_name() {
@@ -87,7 +87,7 @@ class StreamsPrivateAbortFunction : public UIThreadExtensionFunction {
virtual ~StreamsPrivateAbortFunction() {}
// ExtensionFunction:
- virtual ExtensionFunction::ResponseAction Run() OVERRIDE;
+ virtual ExtensionFunction::ResponseAction Run() override;
private:
void OnClose();

Powered by Google App Engine
This is Rietveld 408576698