Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 4a468ed5b250ba36c44ddf0a26dee0b05bf00cbd..d6b513887e6f80f0646046698b5144fe98afaa10 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -142,7 +142,7 @@ class CONTENT_EXPORT WebContentsImpl |
return java_bridge_dispatcher_host_manager_.get(); |
} |
- content::BrowserPluginHost* browser_plugin_host() const { |
+ content::old::BrowserPluginHost* browser_plugin_host() const { |
return browser_plugin_host_.get(); |
} |
@@ -675,7 +675,7 @@ class CONTENT_EXPORT WebContentsImpl |
java_bridge_dispatcher_host_manager_; |
// Manages the browser plugin instances hosted by this WebContents. |
- scoped_ptr<content::BrowserPluginHost> browser_plugin_host_; |
+ scoped_ptr<content::old::BrowserPluginHost> browser_plugin_host_; |
// SavePackage, lazily created. |
scoped_refptr<SavePackage> save_package_; |