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

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

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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_webplugin_impl.h
diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h
index aad8b5cb6af767a424dd0a91afd020476dea1e74..24411631f6359f5a40cf96867536233a73450ea3 100644
--- a/content/renderer/pepper/pepper_webplugin_impl.h
+++ b/content/renderer/pepper/pepper_webplugin_impl.h
@@ -16,8 +16,6 @@
#include "third_party/WebKit/public/web/WebPlugin.h"
#include "ui/gfx/geometry/rect.h"
-struct _NPP;
-
namespace blink {
struct WebPluginParams;
struct WebPrintParams;
@@ -28,7 +26,6 @@ namespace content {
class PepperPluginInstanceImpl;
class PluginInstanceThrottlerImpl;
class PluginModule;
-class PPB_URLLoader_Impl;
class RenderFrameImpl;
class PepperWebPluginImpl : public blink::WebPlugin {
« no previous file with comments | « content/renderer/pepper/pepper_video_encoder_host.h ('k') | content/renderer/pepper/pepper_websocket_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698