Index: chromecast/browser/cast_browser_process.h |
diff --git a/chromecast/browser/cast_browser_process.h b/chromecast/browser/cast_browser_process.h |
index 894cdeba94ed2c102dcc7613206485c6f4da0881..f619bd00a1cc052c2348e4a567b614aa45b54fc6 100644 |
--- a/chromecast/browser/cast_browser_process.h |
+++ b/chromecast/browser/cast_browser_process.h |
@@ -36,7 +36,7 @@ class CastBrowserProcess { |
CastBrowserProcess(); |
virtual ~CastBrowserProcess(); |
- void SetBrowserContext(scoped_ptr<CastBrowserContext*> browser_context); |
+ void SetBrowserContext(scoped_ptr<CastBrowserContext> browser_context); |
void SetCastService(scoped_ptr<CastService> cast_service); |
void SetMetricsHelper(scoped_ptr<metrics::CastMetricsHelper> metrics_helper); |
void SetMetricsServiceClient( |