| Index: chromecast/service/cast_service_android.h
|
| diff --git a/chromecast/service/cast_service_android.h b/chromecast/service/cast_service_android.h
|
| index 234b0129478b022b6abe3601b9bb86094b03e7b5..eee82e8ae0c50f0d2fc8c5a9f1e71faec334cdc5 100644
|
| --- a/chromecast/service/cast_service_android.h
|
| +++ b/chromecast/service/cast_service_android.h
|
| @@ -12,7 +12,8 @@ namespace chromecast {
|
|
|
| class CastServiceAndroid : public CastService {
|
| public:
|
| - explicit CastServiceAndroid(content::BrowserContext* browser_context);
|
| + CastServiceAndroid(content::BrowserContext* browser_context,
|
| + const OptInStatsChangedCallback& opt_in_stats_callback);
|
| virtual ~CastServiceAndroid();
|
|
|
| protected:
|
|
|