Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1382)

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 10829219: Browser Plugin: Move to old namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fix. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 1d57e35c9852de06b65c1ac0ba0ee55528086506..16b7519bfcdfafbd6f85e0ba9f7373610c890b61 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -375,7 +375,7 @@ WebContentsImpl::WebContentsImpl(
new JavaBridgeDispatcherHostManager(this));
#endif
- browser_plugin_host_.reset(new content::BrowserPluginHost(this));
+ browser_plugin_host_.reset(new content::old::BrowserPluginHost(this));
}
WebContentsImpl::~WebContentsImpl() {
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/renderer/browser_plugin/old/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698