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

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

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
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_broker_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/pepper_broker_impl.h
diff --git a/content/renderer/pepper/pepper_broker_impl.h b/content/renderer/pepper/pepper_broker_impl.h
index 70c6f23762cd4f0b3aeb1f3cf9e5094ae1064e31..cbed850e836e8cc5f2fb1348a769e2d15727dc2f 100644
--- a/content/renderer/pepper/pepper_broker_impl.h
+++ b/content/renderer/pepper/pepper_broker_impl.h
@@ -11,8 +11,6 @@
#include "webkit/plugins/ppapi/plugin_delegate.h"
#include "webkit/plugins/ppapi/ppb_broker_impl.h"
-class PepperPluginDelegateImpl;
-
namespace IPC {
struct ChannelHandle;
}
@@ -29,6 +27,10 @@ class PluginModule;
}
}
+namespace content {
+
+class PepperPluginDelegateImpl;
+
// This object is NOT thread-safe.
class CONTENT_EXPORT PepperBrokerDispatcherWrapper {
public:
@@ -90,4 +92,6 @@ class PepperBrokerImpl : public webkit::ppapi::PluginDelegate::Broker,
DISALLOW_COPY_AND_ASSIGN(PepperBrokerImpl);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_IMPL_H_
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_broker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698