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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_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
Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
index 2988955c342f2f7600fa70b8a7ef676f306b4653..23ee7e74602eabe408614c52ee47ede271098ca4 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -29,10 +29,8 @@
#include "webkit/plugins/ppapi/ppb_flash_menu_impl.h"
class FilePath;
-class PepperBrokerImpl;
-class PepperDeviceEnumerationEventHandler;
-class PepperPluginDelegateImpl;
class RenderViewImpl;
+class TransportDIB;
namespace content {
class GamepadSharedMemoryReader;
@@ -69,7 +67,12 @@ struct WebCompositionUnderline;
struct WebFileChooserParams;
}
-class TransportDIB;
+
+namespace content {
+
+class PepperBrokerImpl;
+class PepperDeviceEnumerationEventHandler;
+class PepperPluginDelegateImpl;
class PepperPluginDelegateImpl
: public webkit::ppapi::PluginDelegate,
@@ -484,4 +487,6 @@ class PepperPluginDelegateImpl
DISALLOW_COPY_AND_ASSIGN(PepperPluginDelegateImpl);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLUGIN_DELEGATE_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698