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

Unified Diff: net/server/http_server_response_info.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: net/server/http_server_response_info.cc
diff --git a/net/server/http_server_response_info.cc b/net/server/http_server_response_info.cc
index e4c6043aa8d627a76aed82eb08b774da55a91412..5b0fb225be6fe6b8813382b72f5e905bfa3d5b80 100644
--- a/net/server/http_server_response_info.cc
+++ b/net/server/http_server_response_info.cc
@@ -10,12 +10,15 @@
namespace net {
-HttpServerResponseInfo::HttpServerResponseInfo() : status_code_(HTTP_OK) {}
+HttpServerResponseInfo::HttpServerResponseInfo() : status_code_(HTTP_OK) {
+}
HttpServerResponseInfo::HttpServerResponseInfo(HttpStatusCode status_code)
- : status_code_(status_code) {}
+ : status_code_(status_code) {
+}
-HttpServerResponseInfo::~HttpServerResponseInfo() {}
+HttpServerResponseInfo::~HttpServerResponseInfo() {
+}
// static
HttpServerResponseInfo HttpServerResponseInfo::CreateFor404() {

Powered by Google App Engine
This is Rietveld 408576698