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

Unified Diff: net/base/network_interfaces_linux.h

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_change_notifier_linux.cc ('k') | net/base/network_interfaces_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/network_interfaces_linux.h
diff --git a/net/base/network_interfaces_linux.h b/net/base/network_interfaces_linux.h
index a030608b054da5b9fab743b75c3fadc77d382bea..8fe2284bd4e448589634819bc2c330a6fff7d61b 100644
--- a/net/base/network_interfaces_linux.h
+++ b/net/base/network_interfaces_linux.h
@@ -9,8 +9,8 @@
// of network_interfaces_linux.cc to address_tracker_linux and tests.
#include <string>
+#include <unordered_set>
-#include "base/containers/hash_tables.h"
#include "net/base/address_tracker_linux.h"
#include "net/base/network_interfaces.h"
@@ -24,7 +24,7 @@ typedef std::string (*GetInterfaceSSIDFunction)(const std::string& ifname);
NET_EXPORT bool GetNetworkListImpl(
NetworkInterfaceList* networks,
int policy,
- const base::hash_set<int>& online_links,
+ const std::unordered_set<int>& online_links,
const internal::AddressTrackerLinux::AddressMap& address_map,
GetInterfaceNameFunction get_interface_name);
« no previous file with comments | « net/base/network_change_notifier_linux.cc ('k') | net/base/network_interfaces_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698