Index: chromecast/service/cast_service.h |
diff --git a/chromecast/service/cast_service.h b/chromecast/service/cast_service.h |
index 9514b5262c1de3f70c8dbd76fc3483e2fadcb53e..2d94185d14f0c007f03c2968323a5f2718b0038a 100644 |
--- a/chromecast/service/cast_service.h |
+++ b/chromecast/service/cast_service.h |
@@ -21,6 +21,9 @@ class URLRequestContextGetter; |
} |
namespace chromecast { |
+namespace shell { |
+class CastNetworkDelegate; |
+} |
class CastService { |
public: |
@@ -32,7 +35,8 @@ class CastService { |
// getter doesn't do. |
static CastService* Create( |
content::BrowserContext* browser_context, |
- net::URLRequestContextGetter* request_context_getter); |
+ net::URLRequestContextGetter* request_context_getter, |
+ shell::CastNetworkDelegate* network_delegate); |
virtual ~CastService(); |