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

Unified Diff: net/base/network_interfaces_unittest.cc

Issue 1897033002: Reland 'Convert //net and //chromecast to std::unordered_*' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix TestDownloadRequestHandler 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 d3bbcb5273680d3c68635957c6ab3fd718400747..5690c3751878282393adf71501eb085f5082c085 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 @@ TEST(NetworkInterfacesTest, GetNetworkListTrimming) {
IPAddress ipv6_address(kIPv6Addr);
NetworkInterfaceList results;
- ::base::hash_set<int> online_links;
+ std::unordered_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