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

Unified Diff: net/proxy/proxy_service_unittest.cc

Issue 2644463008: Remove leftover conflict markers from proxy_service_unittest.cc (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_service_unittest.cc
diff --git a/net/proxy/proxy_service_unittest.cc b/net/proxy/proxy_service_unittest.cc
index 7813e339b9e7965986dc9c1c545c3b0c5c2a8e9c..c57b23834f90683b68f594eb962f5dd284b2adfd 100644
--- a/net/proxy/proxy_service_unittest.cc
+++ b/net/proxy/proxy_service_unittest.cc
@@ -2088,13 +2088,8 @@ TEST_F(ProxyServiceTest, InitialPACScriptDownload) {
jobs[url2]->results()->UseNamedProxy("request2:80");
jobs[url2]->CompleteNow(OK);
- //<<<<<<< HEAD
- // // Complete and verify that requests ran as expected.
- // EXPECT_THAT(callback1.WaitForResult(), IsOk());
- //=======
// Complete and verify that jobs ran as expected.
EXPECT_EQ(OK, callback1.WaitForResult());
- //>>>>>>> parent of 9c8f424... Revert of Change
// ProxyResolver::GetProxyForURL() to take a std::unique_ptr<Request>* rather
// than a RequestHandle* (patchset #11 id:200001 of
// https://codereview.chromium.org/1439053002/ )
@@ -2337,13 +2332,8 @@ TEST_F(ProxyServiceTest, FallbackFromAutodetectToCustomPac) {
jobs[url1]->results()->UseNamedProxy("request1:80");
jobs[url1]->CompleteNow(OK);
- //<<<<<<< HEAD
- // // Verify that requests ran as expected.
- // EXPECT_THAT(callback1.WaitForResult(), IsOk());
- //=======
// Verify that jobs ran as expected.
EXPECT_EQ(OK, callback1.WaitForResult());
- //>>>>>>> parent of 9c8f424... Revert of Change
// ProxyResolver::GetProxyForURL() to take a std::unique_ptr<Request>* rather
// than a RequestHandle* (patchset #11 id:200001 of
// https://codereview.chromium.org/1439053002/ )
@@ -2427,13 +2417,8 @@ TEST_F(ProxyServiceTest, FallbackFromAutodetectToCustomPac2) {
jobs[url1]->results()->UseNamedProxy("request1:80");
jobs[url1]->CompleteNow(OK);
- //<<<<<<< HEAD
- // // Verify that requests ran as expected.
- // EXPECT_THAT(callback1.WaitForResult(), IsOk());
- //=======
// Verify that jobs ran as expected.
EXPECT_EQ(OK, callback1.WaitForResult());
- //>>>>>>> parent of 9c8f424... Revert of Change
// ProxyResolver::GetProxyForURL() to take a std::unique_ptr<Request>* rather
// than a RequestHandle* (patchset #11 id:200001 of
// https://codereview.chromium.org/1439053002/ )
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698