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

Unified Diff: content/renderer/pepper/pepper_broker_impl.cc

Issue 9959037: Put the Pepper stuff in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/pepper/pepper_broker_impl.cc
diff --git a/content/renderer/pepper/pepper_broker_impl.cc b/content/renderer/pepper/pepper_broker_impl.cc
index 6d86d0b4dcafafd1dd89f3fd520a22a8d3946b60..61a316b25e3af697f5915eac03cce982b91fc763 100644
--- a/content/renderer/pepper/pepper_broker_impl.cc
+++ b/content/renderer/pepper/pepper_broker_impl.cc
@@ -18,6 +18,8 @@
#include <windows.h>
#endif
+namespace content {
+
namespace {
base::SyncSocket::Handle DuplicateHandle(base::SyncSocket::Handle handle) {
@@ -245,3 +247,4 @@ void PepperBrokerImpl::ConnectPluginToBroker(
client->BrokerConnected(ppapi::PlatformFileToInt(plugin_handle), result);
}
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698