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

Unified Diff: content/public/browser/web_contents_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
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/public/browser/web_contents_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 7ae96adf496a6b25c585b164e43cd55bb3bfe9ae..19a14dd53f50f3be95ac97825992336df9fe3ecc 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -38,9 +38,7 @@ class ListValue;
}
namespace content {
-class BrowserContext;
class ColorChooser;
-class DownloadItem;
class JavaScriptDialogManager;
class PageState;
class RenderFrameHost;
@@ -54,7 +52,6 @@ struct FileChooserParams;
struct NativeWebKeyboardEvent;
struct Referrer;
struct SecurityStyleExplanations;
-struct SSLStatus;
} // namespace content
namespace gfx {
@@ -67,10 +64,6 @@ namespace net {
class X509Certificate;
}
-namespace url {
-class Origin;
-}
-
namespace blink {
class WebGestureEvent;
}
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/public/browser/web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698