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

Unified Diff: content/browser/renderer_host/render_process_host_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/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index cf4139f6979b42523cafad16a1e94a48f3b74b0f..93c9fd00a34af0863dd0e57dcae89ad95511755d 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -48,14 +48,6 @@ class MessageLoop;
class SharedPersistentMemoryAllocator;
}
-namespace gfx {
-class Size;
-}
-
-namespace IPC {
-class ChannelMojoHost;
-}
-
namespace content {
class AudioInputRendererHost;
class AudioRendererHost;
@@ -72,8 +64,6 @@ class RendererMainThread;
class RenderFrameMessageFilter;
class RenderWidgetHelper;
class RenderWidgetHost;
-class RenderWidgetHostImpl;
-class RenderWidgetHostViewFrameSubscriber;
class ResourceMessageFilter;
class StoragePartition;
class StoragePartitionImpl;
« no previous file with comments | « content/browser/renderer_host/render_message_filter.h ('k') | content/browser/renderer_host/render_view_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698