| 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.
|
|
|