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

Unified Diff: content/browser/browser_plugin/old/browser_plugin_host_helper.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/browser_plugin/old/browser_plugin_host_helper.cc
diff --git a/content/browser/browser_plugin/old/browser_plugin_host_helper.cc b/content/browser/browser_plugin/old/browser_plugin_host_helper.cc
index c67517cb739eacb3bbdd9df0cea47b9cdbc4aff8..c6cd99d4a1a1241f79ce94ef0d80197a93f73bc3 100644
--- a/content/browser/browser_plugin/old/browser_plugin_host_helper.cc
+++ b/content/browser/browser_plugin/old/browser_plugin_host_helper.cc
@@ -11,6 +11,7 @@
#include "ui/gfx/size.h"
namespace content {
+namespace old {
BrowserPluginHostHelper::BrowserPluginHostHelper(
BrowserPluginHost* browser_plugin_host,
@@ -58,4 +59,5 @@ void BrowserPluginHostHelper::OnResizeGuest(int width, int height) {
render_view_host()->GetView()->SetSize(gfx::Size(width, height));
}
+} // namespace old
} // namespace content
« no previous file with comments | « content/browser/browser_plugin/old/browser_plugin_host_helper.h ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698