| Index: chromecast/service/cast_service_simple.h
|
| diff --git a/chromecast/service/cast_service_simple.h b/chromecast/service/cast_service_simple.h
|
| index 534b2c06d4e85b7eb453edd282a42bf875f4f380..8ebfc06764a89de5750a231119deb83bf1624a75 100644
|
| --- a/chromecast/service/cast_service_simple.h
|
| +++ b/chromecast/service/cast_service_simple.h
|
| @@ -20,7 +20,8 @@ namespace chromecast {
|
|
|
| class CastServiceSimple : public CastService {
|
| public:
|
| - explicit CastServiceSimple(content::BrowserContext* browser_context);
|
| + CastServiceSimple(content::BrowserContext* browser_context,
|
| + const OptInStatsChangedCallback& opt_in_stats_callback);
|
| virtual ~CastServiceSimple();
|
|
|
| protected:
|
|
|