 Chromium Code Reviews
 Chromium Code Reviews Issue 1290723003:
  Stop including network_interfaces.h from net_util.h  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1290723003:
  Stop including network_interfaces.h from net_util.h  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 { |