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

Unified Diff: net/websockets/websocket_stream_cookie_test.cc

Issue 2481923002: [WIP] make GURL::path() return a StringPiece (Closed)
Patch Set: thanks asan Created 4 years, 1 month 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/url_request/url_request_file_job.cc ('k') | storage/browser/fileapi/file_system_url_request_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_stream_cookie_test.cc
diff --git a/net/websockets/websocket_stream_cookie_test.cc b/net/websockets/websocket_stream_cookie_test.cc
index fbbee223bdaa140fc0403f0d64f04e840adfd8f7..061c78e6f682e8ad4d02d6af1c6e56469337c5a7 100644
--- a/net/websockets/websocket_stream_cookie_test.cc
+++ b/net/websockets/websocket_stream_cookie_test.cc
@@ -42,9 +42,9 @@ class TestBase : public WebSocketStreamCreateTestBase {
base::EndsWith(cookie_header, "\r\n", base::CompareCase::SENSITIVE));
url_request_context_host_.SetExpectations(
- WebSocketStandardRequestWithCookies(url.path(), url.host(), origin,
- cookie_header, std::string(),
- std::string()),
+ WebSocketStandardRequestWithCookies(url.path().as_string(), url.host(),
+ origin, cookie_header,
+ std::string(), std::string()),
response_body);
CreateAndConnectStream(url, NoSubProtocols(), origin,
first_party_for_cookies, "", nullptr);
« no previous file with comments | « net/url_request/url_request_file_job.cc ('k') | storage/browser/fileapi/file_system_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698