| Index: chromecast/browser/service/cast_service_simple.h
|
| diff --git a/chromecast/browser/service/cast_service_simple.h b/chromecast/browser/service/cast_service_simple.h
|
| index ebb2ed915d4692f83c88232bc508345e1dacd4ed..8ce5a13484a5f60bfa499c28aaf2d49f5075ebc6 100644
|
| --- a/chromecast/browser/service/cast_service_simple.h
|
| +++ b/chromecast/browser/service/cast_service_simple.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chromecast/browser/service/cast_service.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -32,6 +33,7 @@ class CastServiceSimple : public CastService {
|
| private:
|
| scoped_ptr<CastContentWindow> window_;
|
| scoped_ptr<content::WebContents> web_contents_;
|
| + GURL startup_url_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CastServiceSimple);
|
| };
|
|
|