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

Unified Diff: dbus/test_service.h

Issue 2136563002: Remove calls to MessageLoop::current() in base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore dns_config_service_posix_unittest.cc Created 4 years, 5 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: dbus/test_service.h
diff --git a/dbus/test_service.h b/dbus/test_service.h
index e2ed480e9d340ee2c91395e52e03b15bb094688a..b151b9b5471e534f7770d156d5645a7288f3d12f 100644
--- a/dbus/test_service.h
+++ b/dbus/test_service.h
@@ -112,7 +112,7 @@ class TestService : public base::Thread {
bool success);
// base::Thread override.
- void Run(base::MessageLoop* message_loop) override;
+ void Run(base::RunLoop* run_loop) override;
//
// Exported methods.

Powered by Google App Engine
This is Rietveld 408576698