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

Unified Diff: chromecast/browser/cast_content_browser_client.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: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index a2a98e9b2e525353ab9ff79786f7b807e771783c..6a187dfc647c4638e671a5a742841c01440ca004 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -29,6 +29,11 @@ namespace metrics {
class MetricsService;
}
+namespace net {
+class URLRequestContextGetter;
+class X509Certificate;
+}
+
namespace service_manager {
class InterfaceRegistry;
}
« no previous file with comments | « chrome/browser/ui/webui/signin/inline_login_handler.h ('k') | components/guest_view/browser/guest_view_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698