 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/base/network_interfaces_posix.cc | 
| diff --git a/net/base/network_interfaces_posix.cc b/net/base/network_interfaces_posix.cc | 
| index 02e2473644abb252add37f9e3348d4c252b5dcdf..513c310b6f95dbf2a4d0f6b3d87d193f356d7bcc 100644 | 
| --- a/net/base/network_interfaces_posix.cc | 
| +++ b/net/base/network_interfaces_posix.cc | 
| @@ -2,7 +2,7 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
| -#include "net/base/net_util.h" | 
| +#include "net/base/network_interfaces.h" | 
| #include <set> | 
| #include <sys/types.h> |