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

Unified Diff: net/quic/network_connection.cc

Issue 1290723003: Stop including network_interfaces.h from net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added one missing include Created 5 years, 4 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/quic/network_connection.cc
diff --git a/net/quic/network_connection.cc b/net/quic/network_connection.cc
index 870ff343510f8aeec7597595ad7ac9e27bb10f1a..a69e9ce31114c54911ec6e61b555fbb235b53232 100644
--- a/net/quic/network_connection.cc
+++ b/net/quic/network_connection.cc
@@ -5,6 +5,7 @@
#include "net/quic/network_connection.h"
#include "net/base/net_util.h"
eroman 2015/08/12 18:37:16 can this be deleted now?
+#include "net/base/network_interfaces.h"
namespace net {
« extensions/browser/api/system_network/system_network_api.h ('K') | « net/dns/mdns_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698