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

Unified Diff: chrome/browser/net/dns_probe_service_unittest.cc

Issue 1086733002: Ensure tests have an active task runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 8 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: chrome/browser/net/dns_probe_service_unittest.cc
diff --git a/chrome/browser/net/dns_probe_service_unittest.cc b/chrome/browser/net/dns_probe_service_unittest.cc
index 5e03b053a20164c71152ddb012cb34b8c7bdd1d7..1579f47f4b154000d48231cf6bf7ba745712face 100644
--- a/chrome/browser/net/dns_probe_service_unittest.cc
+++ b/chrome/browser/net/dns_probe_service_unittest.cc
@@ -74,10 +74,10 @@ class DnsProbeServiceTest : public testing::Test {
callback_result_ = result;
}
+ TestBrowserThreadBundle bundle_;
DnsProbeService service_;
bool callback_called_;
DnsProbeStatus callback_result_;
- TestBrowserThreadBundle bundle_;
};
TEST_F(DnsProbeServiceTest, Probe_OK_OK) {

Powered by Google App Engine
This is Rietveld 408576698