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

Unified Diff: content/renderer/render_view_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
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index b061efb4ef3e924893501e234b4415073826d0bf..909739a72e05d6e051bcd0e33e6719d1e904bc9a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -73,36 +73,20 @@
#pragma warning(disable: 4250)
#endif
-class SkBitmap;
-struct PP_NetAddress_Private;
-struct ViewMsg_StopFinding_Params;
-
-namespace base {
-class CommandLine;
-}
-
namespace blink {
class WebApplicationCacheHost;
-class WebApplicationCacheHostClient;
-class WebDOMMessageEvent;
class WebDataSource;
class WebDateTimeChooserCompletion;
class WebDragData;
class WebGestureEvent;
class WebIconURL;
class WebImage;
-class WebPeerConnection00Handler;
-class WebPeerConnection00HandlerClient;
class WebMouseEvent;
-class WebPeerConnectionHandler;
-class WebPeerConnectionHandlerClient;
class WebSpeechRecognizer;
class WebStorageNamespace;
-class WebTouchEvent;
class WebURLRequest;
struct WebActiveWheelFlingParameters;
struct WebDateTimeChooserParams;
-struct WebFileChooserParams;
struct WebMediaPlayerAction;
struct WebPluginAction;
struct WebPoint;
@@ -116,29 +100,19 @@ class WebHitTestResult;
namespace content {
class HistoryController;
-class HistoryEntry;
-class PageState;
class RenderViewImplTest;
class RenderViewObserver;
class RenderViewTest;
class RendererDateTimePicker;
-class RendererWebColorChooserImpl;
class SpeechRecognitionDispatcher;
-class WebPluginDelegateProxy;
struct FaviconURL;
struct FileChooserParams;
-struct FileChooserFileInfo;
-struct RenderViewImplParams;
struct ResizeParams;
namespace mojom {
class CreateViewParams;
}
-#if defined(OS_ANDROID)
-class WebMediaPlayerProxyAndroid;
-#endif
-
//
// RenderView is an object that manages a WebView object, and provides a
// communication interface with an embedding application process.
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698