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

Unified Diff: mojo/services/network/http_server_apptest.cc

Issue 1840133004: Fix HttpServerAppTest.WebSocket. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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: mojo/services/network/http_server_apptest.cc
diff --git a/mojo/services/network/http_server_apptest.cc b/mojo/services/network/http_server_apptest.cc
index 841e44fc7265727406b1ff2c9b131dd045841f21..38f9e86a938a39c9be05279bf6cd7db194ca7a96 100644
--- a/mojo/services/network/http_server_apptest.cc
+++ b/mojo/services/network/http_server_apptest.cc
@@ -285,7 +285,7 @@ class WebSocketClientImpl : public WebSocketClient {
send_stream_ = data_pipe.producer_handle.Pass();
write_send_stream_.reset(new WebSocketWriteQueue(send_stream_.get()));
- web_socket_->Connect(url, Array<String>(0), "http://example.com",
+ web_socket_->Connect(url, Array<String>::New(0), "http://example.com",
data_pipe.consumer_handle.Pass(),
client_handle_.Pass());
}
« 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