diff options
author | mostynb <mostynb@opera.com> | 2014-10-03 09:32:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-03 16:32:37 +0000 |
commit | 0eac4e1becc07e32503722d9ffd421cf8c8688e3 (patch) | |
tree | b8777ad781ca887318c7760bb7380fd662497558 /extensions/browser/extension_web_contents_observer.h | |
parent | c0fd0633fb72a4e71acaf09f47202c8b8225a015 (diff) | |
download | chromium_src-0eac4e1becc07e32503722d9ffd421cf8c8688e3.zip chromium_src-0eac4e1becc07e32503722d9ffd421cf8c8688e3.tar.gz chromium_src-0eac4e1becc07e32503722d9ffd421cf8c8688e3.tar.bz2 |
replace OVERRIDE and FINAL with override and final in extensions/
BUG=417463
Review URL: https://codereview.chromium.org/622343002
Cr-Commit-Position: refs/heads/master@{#298042}
Diffstat (limited to 'extensions/browser/extension_web_contents_observer.h')
-rw-r--r-- | extensions/browser/extension_web_contents_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/browser/extension_web_contents_observer.h b/extensions/browser/extension_web_contents_observer.h index 5cb797b..74cc554 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. |