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

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

Issue 2567623003: Make ERR_ICANN_NAME_COLLISION work for async DNS resolver. (Closed)
Patch Set: address Matt's comments Created 4 years 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
« no previous file with comments | « chrome/browser/net/dns_probe_browsertest.cc ('k') | chrome/browser/net/dns_probe_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/dns_probe_runner_unittest.cc
diff --git a/chrome/browser/net/dns_probe_runner_unittest.cc b/chrome/browser/net/dns_probe_runner_unittest.cc
index bc9283d6f49f7c9a54014d40ad8181ca86afd254..c32804b932c8150e98d31e2a5141e019131988e8 100644
--- a/chrome/browser/net/dns_probe_runner_unittest.cc
+++ b/chrome/browser/net/dns_probe_runner_unittest.cc
@@ -48,7 +48,7 @@ class TestDnsProbeRunnerCallback {
class DnsProbeRunnerTest : public testing::Test {
protected:
- void RunTest(MockDnsClientRule::Result query_result,
+ void RunTest(MockDnsClientRule::ResultType query_result,
DnsProbeRunner::Result expected_probe_result);
TestBrowserThreadBundle bundle_;
@@ -56,7 +56,7 @@ class DnsProbeRunnerTest : public testing::Test {
};
void DnsProbeRunnerTest::RunTest(
- MockDnsClientRule::Result query_result,
+ MockDnsClientRule::ResultType query_result,
DnsProbeRunner::Result expected_probe_result) {
TestDnsProbeRunnerCallback callback;
« no previous file with comments | « chrome/browser/net/dns_probe_browsertest.cc ('k') | chrome/browser/net/dns_probe_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698