 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..8984b16e04ada7359435cf5234d36b018e49c0cb 100644 | 
| --- a/net/quic/network_connection.cc | 
| +++ b/net/quic/network_connection.cc | 
| @@ -4,7 +4,7 @@ | 
| #include "net/quic/network_connection.h" | 
| -#include "net/base/net_util.h" | 
| +#include "net/base/network_interfaces.h" | 
| namespace net { |