ProxyService: make PendingRequests an std::set
commitb7c7538596514c5487c7b5803c6758d1f53bc624
authorellyjones <ellyjones@chromium.org>
Thu, 27 Aug 2015 17:03:12 +0000 (27 10:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 27 Aug 2015 17:03:50 +0000 (27 17:03 +0000)
tree67485971fa3aae4e50d6c31bdce76fcb5e5440e0
parentb105fe36022d7664683839e0c961b770b2092554
ProxyService: make PendingRequests an std::set

Several of the unit tests made assumptions about the order in which requests would be passed to the resolver; these tests have been reworked to be order-independent.

BUG=488596

Review URL: https://codereview.chromium.org/1296093004

Cr-Commit-Position: refs/heads/master@{#345904}
net/proxy/proxy_service.cc
net/proxy/proxy_service.h
net/proxy/proxy_service_unittest.cc