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

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

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.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_;
« no previous file with comments | « content/browser/browser_plugin/old/browser_plugin_host_helper.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698