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

Unified Diff: net/dns/dns_session_unittest.cc

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder initialization in constructor Created 4 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
« no previous file with comments | « net/dns/address_sorter_posix_unittest.cc ('k') | net/dns/dns_socket_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_session_unittest.cc
diff --git a/net/dns/dns_session_unittest.cc b/net/dns/dns_session_unittest.cc
index e6040850bf659d6ad88d4bee20ac651a6e6b42cd..5d9006ce0abd5387c64f0eb5b8118ddbf71b279e 100644
--- a/net/dns/dns_session_unittest.cc
+++ b/net/dns/dns_session_unittest.cc
@@ -12,6 +12,7 @@
#include "base/rand_util.h"
#include "base/stl_util.h"
#include "net/base/ip_address.h"
+#include "net/base/socket_performance_watcher.h"
#include "net/dns/dns_protocol.h"
#include "net/dns/dns_socket_pool.h"
#include "net/log/net_log.h"
@@ -36,6 +37,7 @@ class TestClientSocketFactory : public ClientSocketFactory {
scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList& addresses,
+ scoped_ptr<SocketPerformanceWatcher>,
NetLog*,
const NetLog::Source&) override {
NOTIMPLEMENTED();
« no previous file with comments | « net/dns/address_sorter_posix_unittest.cc ('k') | net/dns/dns_socket_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698