Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: chromecast/net/connectivity_checker.cc

Issue 1142513004: Chromecast: MessageLoopProxy cleanup --> SingleThreadTaskRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698