Index: content/browser/browser_plugin/old/browser_plugin_host.cc |
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.cc b/content/browser/browser_plugin/old/browser_plugin_host.cc |
index 53ea3847c92630e45762d8aa497e662cf0576a59..3d822eb144adc83528366389b08692ca6b1ad023 100644 |
--- a/content/browser/browser_plugin/old/browser_plugin_host.cc |
+++ b/content/browser/browser_plugin/old/browser_plugin_host.cc |
@@ -19,6 +19,7 @@ |
#include "ppapi/proxy/ppapi_messages.h" |
namespace content { |
+namespace old { |
BrowserPluginHost::BrowserPluginHost( |
WebContentsImpl* web_contents) |
@@ -234,4 +235,5 @@ void BrowserPluginHost::Observe( |
} |
} |
+} // namespace old |
} // namespace content |