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

Unified Diff: content/renderer/browser_plugin/old/browser_plugin.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/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

Powered by Google App Engine
This is Rietveld 408576698