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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.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_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 5b6ce44bfd9f9bd022310411eb398dc29f406ab6..a5d1d095265d27bf224d3da24ba49034082fd2ed 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -19,13 +19,6 @@
#include "ui/base/window_open_disposition.h"
class GURL;
-class SkBitmap;
-struct FrameHostMsg_DidCommitProvisionalLoad_Params;
-
-namespace base {
-class ListValue;
-class TimeTicks;
-}
namespace IPC {
class Message;
@@ -39,7 +32,6 @@ class Size;
namespace content {
class BrowserContext;
-class CrossSiteTransferringRequest;
class FrameTree;
class PageState;
class RenderViewHost;
@@ -47,13 +39,7 @@ class RenderViewHostDelegateView;
class SessionStorageNamespace;
class SiteInstance;
class WebContents;
-class WebContentsImpl;
-struct FileChooserParams;
-struct GlobalRequestID;
-struct NativeWebKeyboardEvent;
-struct Referrer;
struct RendererPreferences;
-struct WebPreferences;
namespace mojom {
class CreateNewWindowParams;

Powered by Google App Engine
This is Rietveld 408576698