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

Unified Diff: net/base/network_interfaces_win.h

Issue 1154323007: Split network_interfaces.h off of net_utils.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ip_util
Patch Set: fix mac unittest Created 5 years, 7 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/base/network_interfaces_win.h
diff --git a/net/base/net_util_win.h b/net/base/network_interfaces_win.h
similarity index 93%
rename from net/base/net_util_win.h
rename to net/base/network_interfaces_win.h
index b0c2dd6217ee4a5fa095e15a1492b8d2052622ac..763d2c0c7d68f7ce06f7044d3f3e190ff3547183 100644
--- a/net/base/net_util_win.h
+++ b/net/base/network_interfaces_win.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_NET_UTIL_WIN_H_
-#define NET_BASE_NET_UTIL_WIN_H_
+#ifndef NET_BASE_NETWORK_INTERFACES_WIN_H_
+#define NET_BASE_NETWORK_INTERFACES_WIN_H_
// This file is only used to expose some of the internals
-// of net_util_win.cc to tests.
+// of network_interfaces_win.cc to tests.
#include <iphlpapi.h>
#include <wlanapi.h>
@@ -90,4 +90,4 @@ NET_EXPORT bool GetNetworkListImpl(
} // namespace net
-#endif // NET_BASE_NET_UTIL_WIN_H_
+#endif // NET_BASE_NETWORK_INTERFACES_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698