Change the TwoPhaseUploaderTest's handling of the NetworkService
This test currently crashes when run in combination with other unit tests because it creates a NetworkService. If another test has already created a unit test and not destroyed it (e.g. through GetNetworkServiceImpl), a DCHECK in the NetworkService constructor fails. Bug: 940082 Change-Id: I74793b6e1c6b962307d14b32bb53f2cbf13738ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626516 Commit-Queue: Varun Khaneja <vakh@chromium.org> Reviewed-by:Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#662859}
Showing
Please register or sign in to comment