| Index: chromecast/browser/cast_browser_main_parts.cc
|
| diff --git a/chromecast/browser/cast_browser_main_parts.cc b/chromecast/browser/cast_browser_main_parts.cc
|
| index 06701a0d4f691261218cd9d5e538641e90d12115..3e623ee0fc7bcb353fbb933d4b18ccdb7d20e871 100644
|
| --- a/chromecast/browser/cast_browser_main_parts.cc
|
| +++ b/chromecast/browser/cast_browser_main_parts.cc
|
| @@ -270,7 +270,7 @@ void CastBrowserMainParts::PreMainMessageLoopRun() {
|
| cast_browser_process_->SetConnectivityChecker(
|
| make_scoped_refptr(new ConnectivityChecker(
|
| content::BrowserThread::GetMessageLoopProxyForThread(
|
| - content::BrowserThread::FILE))));
|
| + content::BrowserThread::IO))));
|
|
|
| url_request_context_factory_->InitializeOnUIThread();
|
|
|
|
|