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

Unified Diff: extensions/browser/extension_web_contents_observer.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/extension_registry_unittest.cc ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_web_contents_observer.h
diff --git a/extensions/browser/extension_web_contents_observer.h b/extensions/browser/extension_web_contents_observer.h
index 5cb797b9bf2d4ba93c2fc41489f230c849c03f96..74cc5548f9bf2a2d64ecb91ce7cb3cdf975220e5 100644
--- a/extensions/browser/extension_web_contents_observer.h
+++ b/extensions/browser/extension_web_contents_observer.h
@@ -39,7 +39,7 @@ class ExtensionWebContentsObserver : public content::WebContentsObserver {
// A subclass should invoke this method to finish extension process setup.
virtual void RenderViewCreated(content::RenderViewHost* render_view_host)
- OVERRIDE;
+ override;
// Returns the extension or app associated with a render view host. Returns
// NULL if the render view host is not for a valid extension.
« no previous file with comments | « extensions/browser/extension_registry_unittest.cc ('k') | extensions/browser/extensions_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698