| Index: chromecast/service/cast_service_android.cc
|
| diff --git a/chromecast/service/cast_service_android.cc b/chromecast/service/cast_service_android.cc
|
| index afaab64ede0fd98386db122f38e1ef0305adf64a..07fdb5aa01b8349e1a074b669baaa00e4941f902 100644
|
| --- a/chromecast/service/cast_service_android.cc
|
| +++ b/chromecast/service/cast_service_android.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/callback.h"
|
| #include "chromecast/android/chromecast_config_android.h"
|
| -#include "chromecast/shell/browser/android/cast_window_manager.h"
|
|
|
| namespace chromecast {
|
|
|
| @@ -17,7 +16,6 @@ CastService* CastService::Create(content::BrowserContext* browser_context) {
|
|
|
| CastServiceAndroid::CastServiceAndroid(content::BrowserContext* browser_context)
|
| : CastService(browser_context) {
|
| - shell::SetBrowserContextAndroid(browser_context);
|
| }
|
|
|
| CastServiceAndroid::~CastServiceAndroid() {
|
|
|