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

Unified Diff: net/base/network_interfaces_posix.cc

Issue 1290723003: Stop including network_interfaces.h from net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added one missing include Created 5 years, 4 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/network_interfaces_posix.cc b/net/base/network_interfaces_posix.cc
index 02e2473644abb252add37f9e3348d4c252b5dcdf..4a077fdfd43c32e4c65f52127c89d153b8b6e07a 100644
--- a/net/base/network_interfaces_posix.cc
+++ b/net/base/network_interfaces_posix.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "net/base/network_interfaces.h"
+
#include "net/base/net_util.h"
#include <set>

Powered by Google App Engine
This is Rietveld 408576698