Index: content/browser/browser_plugin/old/browser_plugin_host.h |
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.h b/content/browser/browser_plugin/old/browser_plugin_host.h |
index 82bd2b8810b576f4870d0d6ae445954ef67d6ff5..bd4843649515c4a8ec9aa970b7e5a5bdf2f51587 100644 |
--- a/content/browser/browser_plugin/old/browser_plugin_host.h |
+++ b/content/browser/browser_plugin/old/browser_plugin_host.h |
@@ -96,7 +96,7 @@ class BrowserPluginHost : public WebContentsObserver, |
void DestroyGuests(); |
// WebContentsDelegate implementation. |
- virtual bool TakeFocus(bool reverse) OVERRIDE; |
+ virtual bool TakeFocus(WebContents* web_contents, bool reverse) OVERRIDE; |
// WebContentObserver implementation. |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |