| Index: content/browser/intents/intent_injector.h
|
| diff --git a/content/browser/intents/intent_injector.h b/content/browser/intents/intent_injector.h
|
| index 6a1d98f793a471e305080826ba3d186ea75f2741..c2eb073075d3a71234f992e9f4e24b9c0c6d09be 100644
|
| --- a/content/browser/intents/intent_injector.h
|
| +++ b/content/browser/intents/intent_injector.h
|
| @@ -38,7 +38,8 @@ class CONTENT_EXPORT IntentInjector : public content::WebContentsObserver {
|
| virtual ~IntentInjector();
|
|
|
| // content::WebContentsObserver implementation.
|
| - virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| + virtual void RenderViewCreated(
|
| + content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
|
|
|
|
|