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

Unified Diff: net/base/address_tracker_linux_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/address_tracker_linux.cc ('k') | net/base/mime_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/address_tracker_linux_unittest.cc
diff --git a/net/base/address_tracker_linux_unittest.cc b/net/base/address_tracker_linux_unittest.cc
index 74ecafaf8c5f37d4e0fcd5f4a688622a31772b04..1b349e53dfaad93fdc9292e5b204c2404a616a4b 100644
--- a/net/base/address_tracker_linux_unittest.cc
+++ b/net/base/address_tracker_linux_unittest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <unordered_set>
#include <vector>
#include "base/bind.h"
@@ -101,7 +100,7 @@
return tracker_->GetAddressMap();
}
- const std::unordered_set<int> GetOnlineLinks() const {
+ const base::hash_set<int> GetOnlineLinks() const {
return tracker_->GetOnlineLinks();
}
@@ -113,7 +112,7 @@
return tracker_->GetThreadsWaitingForConnectionTypeInitForTesting();
}
- std::unordered_set<std::string> ignored_interfaces_;
+ base::hash_set<std::string> ignored_interfaces_;
scoped_ptr<AddressTrackerLinux> tracker_;
AddressTrackerLinux::GetInterfaceNameFunction original_get_interface_name_;
};
« no previous file with comments | « net/base/address_tracker_linux.cc ('k') | net/base/mime_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698