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

Unified Diff: chromecast/browser/cast_browser_process.h

Issue 785663002: Fix compilation error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698