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

Unified Diff: content/public/renderer/render_view.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/render_thread.h ('k') | content/public/renderer/renderer_ppapi_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index 2e77417781d4e68b36269dd0e5e22d97f50d14b1..981c8bd593aac2580a576a743e0565a9b1085efb 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -21,17 +21,11 @@ namespace blink {
class WebElement;
class WebFrame;
class WebFrameWidget;
-class WebLocalFrame;
-class WebNode;
-class WebString;
-class WebURLRequest;
class WebView;
-struct WebContextMenuData;
struct WebRect;
} // namespace blink
namespace gfx {
-class Point;
class Size;
}
« no previous file with comments | « content/public/renderer/render_thread.h ('k') | content/public/renderer/renderer_ppapi_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698