Index: cloud_print/gcp20/prototype/privet_http_server.h |
diff --git a/cloud_print/gcp20/prototype/privet_http_server.h b/cloud_print/gcp20/prototype/privet_http_server.h |
index c4071f0729507d1e5a9f030fe0971cad65ccef42..979962130a206477b3dc4eaf80e0663ede3c8eca 100644 |
--- a/cloud_print/gcp20/prototype/privet_http_server.h |
+++ b/cloud_print/gcp20/prototype/privet_http_server.h |
@@ -122,7 +122,8 @@ class PrivetHttpServer: public net::HttpServer::Delegate { |
// Returns |true| if |request| should be done with correct |method|. |
// Otherwise sends |Invalid method| error. |
// Also checks support of |request| by this server. |
- bool ValidateRequestMethod(int connection_id, const std::string& request, |
+ bool ValidateRequestMethod(int connection_id, |
+ const std::string& request, |
const std::string& method); |
// Processes http request after all preparations (XPrivetHeader check, |