Index: content/renderer/browser_plugin/old/browser_plugin.cc |
diff --git a/content/renderer/browser_plugin/old/browser_plugin.cc b/content/renderer/browser_plugin/old/browser_plugin.cc |
index 33e3b90801cd8728603682201eb4702a6f9a22aa..138812ee1f90a976ed7aaa1d338bfc9492a3dacf 100644 |
--- a/content/renderer/browser_plugin/old/browser_plugin.cc |
+++ b/content/renderer/browser_plugin/old/browser_plugin.cc |
@@ -24,6 +24,9 @@ |
#include "webkit/plugins/ppapi/ppapi_webplugin_impl.h" |
#include "webkit/plugins/webview_plugin.h" |
+namespace content { |
+namespace old { |
+ |
static int g_next_id = 0; |
// The global list of all Browser Plugin Placeholders within a process. |
@@ -154,3 +157,6 @@ void BrowserPlugin::Replace( |
plugin_->destroy(); |
plugin_ = new_plugin; |
} |
+ |
+} // namespace old |
+} // namespace content |