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

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

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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_runner.cc
diff --git a/chrome/browser/net/dns_probe_runner.cc b/chrome/browser/net/dns_probe_runner.cc
index 03e5a05183d89c15554078c890a82103b9339221..edc6797e70d9791ada932f24687f7500355323d2 100644
--- a/chrome/browser/net/dns_probe_runner.cc
+++ b/chrome/browser/net/dns_probe_runner.cc
@@ -16,7 +16,7 @@
#include "net/dns/dns_protocol.h"
#include "net/dns/dns_response.h"
#include "net/dns/dns_transaction.h"
-#include "net/log/net_log.h"
+#include "net/log/net_log_with_source.h"
using base::TimeDelta;
using content::BrowserThread;
@@ -26,7 +26,6 @@ using net::DnsResponse;
using net::DnsTransaction;
using net::DnsTransactionFactory;
using net::IPEndPoint;
-using net::NetLog;
using net::NetLogWithSource;
using net::NetworkChangeNotifier;

Powered by Google App Engine
This is Rietveld 408576698