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_unittest.cc

Issue 1884453002: Revert of Convert //net and //chromecast to std::unordered_* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « net/base/network_interfaces_linux.cc ('k') | net/base/platform_mime_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_interfaces_unittest.cc
diff --git a/net/base/network_interfaces_unittest.cc b/net/base/network_interfaces_unittest.cc
index 0340f36eecd3fdcbf923a0ec075377d4d4bc1774..2017ab7de7f47ca3bea8a25f0dcfd45dba16b037 100644
--- a/net/base/network_interfaces_unittest.cc
+++ b/net/base/network_interfaces_unittest.cc
@@ -4,9 +4,9 @@
#include "net/base/network_interfaces.h"
+#include <string>
+
#include <ostream>
-#include <string>
-#include <unordered_set>
// TODO(eroman): Remove unneeeded headers.
#include "base/files/file_path.h"
@@ -229,7 +229,7 @@
IPAddress ipv6_address(kIPv6Addr);
NetworkInterfaceList results;
- std::unordered_set<int> online_links;
+ ::base::hash_set<int> online_links;
internal::AddressTrackerLinux::AddressMap address_map;
// Interface 1 is offline.
« no previous file with comments | « net/base/network_interfaces_linux.cc ('k') | net/base/platform_mime_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698