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

Unified Diff: net/base/network_interfaces_posix.cc

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_posix.cc
diff --git a/net/base/net_util_posix.cc b/net/base/network_interfaces_posix.cc
similarity index 97%
rename from net/base/net_util_posix.cc
rename to net/base/network_interfaces_posix.cc
index 86709d6fa75da6e6f036645a0702f36229bc5d17..02e2473644abb252add37f9e3348d4c252b5dcdf 100644
--- a/net/base/net_util_posix.cc
+++ b/net/base/network_interfaces_posix.cc
@@ -10,7 +10,7 @@
#include "base/memory/scoped_ptr.h"
#if !defined(OS_NACL)
-#include "net/base/net_util_posix.h"
+#include "net/base/network_interfaces_posix.h"
#include <net/if.h>
#include <netinet/in.h>
#endif // !defined(OS_NACL)

Powered by Google App Engine
This is Rietveld 408576698