| Index: cloud_print/gcp20/prototype/privet_http_server.cc
|
| diff --git a/cloud_print/gcp20/prototype/privet_http_server.cc b/cloud_print/gcp20/prototype/privet_http_server.cc
|
| index 33fd2ab941cf372de8557c26e0b435d4f0399fdf..6c080291eff586110a6c6e879c5dc926453a553d 100644
|
| --- a/cloud_print/gcp20/prototype/privet_http_server.cc
|
| +++ b/cloud_print/gcp20/prototype/privet_http_server.cc
|
| @@ -133,7 +133,8 @@ void PrivetHttpServer::OnHttpRequest(int connection_id,
|
| }
|
|
|
| void PrivetHttpServer::OnWebSocketRequest(
|
| - int connection_id, const net::HttpServerRequestInfo& info) {
|
| + int connection_id,
|
| + const net::HttpServerRequestInfo& info) {
|
| }
|
|
|
| void PrivetHttpServer::OnWebSocketMessage(int connection_id,
|
|
|