Internal change.

PiperOrigin-RevId: 318180382
This commit is contained in:
gVisor bot 2020-06-24 18:12:19 -07:00
parent 58880bf551
commit ac6f7b600b
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class BindToDeviceSequenceTest : public ::testing::TestWithParam<SocketKind> {
private:
SocketKind socket_factory_;
// devices maps from the device id in the test case to the name of the device.
std::unordered_map<int, string> devices_;
absl::node_hash_map<int, string> devices_;
// These are the tunnels that were created for the test and will be destroyed
// by the destructor.
vector<std::unique_ptr<Tunnel>> tunnels_;