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

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

Powered by Google App Engine
This is Rietveld 408576698