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 |