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

Unified Diff: content/public/renderer/content_renderer_client.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
« no previous file with comments | « content/public/renderer/browser_plugin_delegate.h ('k') | content/public/renderer/pepper_plugin_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 924bfdacade59ddba32f15b1a83fd11b086e04fd..5e62b3a451a3a8c8b184daa436fc14c56a5ee342 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -41,7 +41,6 @@ class WebMIDIAccessorClient;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
class WebPlugin;
-class WebPluginContainer;
class WebPrescientNetworking;
class WebRTCPeerConnectionHandler;
class WebRTCPeerConnectionHandlerClient;
@@ -67,9 +66,7 @@ class ICCProfile;
}
namespace media {
-class GpuVideoAcceleratorFactories;
class KeySystemProperties;
-class MediaLog;
class RendererFactory;
}
@@ -79,12 +76,9 @@ class InterfaceRegistry;
namespace content {
class BrowserPluginDelegate;
-class DocumentState;
class MediaStreamRendererFactory;
class RenderFrame;
class RenderView;
-class SynchronousCompositor;
-struct WebPluginInfo;
// Embedder API for participating in renderer logic.
class CONTENT_EXPORT ContentRendererClient {
« no previous file with comments | « content/public/renderer/browser_plugin_delegate.h ('k') | content/public/renderer/pepper_plugin_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698