Chromium Code Reviews| Index: chromecast/net/connectivity_checker.cc |
| diff --git a/chromecast/net/connectivity_checker.cc b/chromecast/net/connectivity_checker.cc |
| index de3081291f3e2e71b2b25757b05af569871d756f..559555f52f3111275c1e643887f24577caebabfd 100644 |
| --- a/chromecast/net/connectivity_checker.cc |
| +++ b/chromecast/net/connectivity_checker.cc |
| @@ -35,7 +35,7 @@ const char kDefaultConnectivityCheckUrl[] = |
| } // namespace |
| ConnectivityChecker::ConnectivityChecker( |
| - const scoped_refptr<base::MessageLoopProxy>& loop_proxy) |
| + const scoped_refptr<base::SingleThreadTaskRunner>& loop_proxy) |
|
lcwu1
2015/05/19 01:45:38
Ditto.
gunsch
2015/05/19 03:01:58
Done.
|
| : connectivity_observer_list_( |
| new ObserverListThreadSafe<ConnectivityObserver>()), |
| loop_proxy_(loop_proxy), |