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

Unified Diff: content/renderer/browser_plugin/old/guest_to_embedder_channel.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/guest_to_embedder_channel.cc
diff --git a/content/renderer/browser_plugin/old/guest_to_embedder_channel.cc b/content/renderer/browser_plugin/old/guest_to_embedder_channel.cc
index 15f519b2ff64b6c50d320809ead532cdc4d7ff7e..b3f35c9efe820933a39131306ec472ba61ffe4bc 100644
--- a/content/renderer/browser_plugin/old/guest_to_embedder_channel.cc
+++ b/content/renderer/browser_plugin/old/guest_to_embedder_channel.cc
@@ -23,6 +23,7 @@
#include "webkit/plugins/ppapi/event_conversion.h"
namespace content {
+namespace old {
GuestToEmbedderChannel::GuestToEmbedderChannel(
const std::string& embedder_channel_name,
@@ -312,4 +313,5 @@ void GuestToEmbedderChannel::OnGuestReady(PP_Instance instance,
GuestReady(instance, embedder_channel_name(), embedder_container_id);
}
+} // namespace old
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698