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

Unified Diff: content/renderer/browser_plugin/old/browser_plugin_registry.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_registry.cc
diff --git a/content/renderer/browser_plugin/old/browser_plugin_registry.cc b/content/renderer/browser_plugin/old/browser_plugin_registry.cc
index 823fd80e71412d28463ca339d4dad65288e18bd1..28b779aee43c3fc7df735d751f7d602af07ace5b 100644
--- a/content/renderer/browser_plugin/old/browser_plugin_registry.cc
+++ b/content/renderer/browser_plugin/old/browser_plugin_registry.cc
@@ -7,6 +7,7 @@
#include "base/logging.h"
namespace content {
+namespace old {
BrowserPluginRegistry::BrowserPluginRegistry() {
}
@@ -42,4 +43,5 @@ void BrowserPluginRegistry::PluginModuleDead(
NOTREACHED(); // Should have always found the module above.
}
+} // namespace old
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698