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

Unified Diff: net/dns/dns_client.cc

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Adding includes to files that were "include-hidden" by "net_log.h". 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: net/dns/dns_client.cc
diff --git a/net/dns/dns_client.cc b/net/dns/dns_client.cc
index f22104d45eab4d1c1380332ead11287e37d88083..109c3af1e69730ab9a12eff81992bd93a2aad095 100644
--- a/net/dns/dns_client.cc
+++ b/net/dns/dns_client.cc
@@ -14,9 +14,12 @@
#include "net/dns/dns_session.h"
#include "net/dns/dns_socket_pool.h"
#include "net/dns/dns_transaction.h"
-#include "net/log/net_log.h"
#include "net/socket/client_socket_factory.h"
+namespace base {
+class Value;
+}
+
namespace net {
namespace {

Powered by Google App Engine
This is Rietveld 408576698