Chromium Code Reviews| Index: net/http/http_request_info.cc |
| diff --git a/net/http/http_request_info.cc b/net/http/http_request_info.cc |
| index 794aa1c3a7c33f8e92640f0d3b32bbfc9dc84a54..14a703295f5bbdc5ab2b0fd076ec899004dbf1ae 100644 |
| --- a/net/http/http_request_info.cc |
| +++ b/net/http/http_request_info.cc |
| @@ -13,6 +13,7 @@ HttpRequestInfo::HttpRequestInfo() |
| privacy_mode(PRIVACY_MODE_DISABLED) { |
| } |
| -HttpRequestInfo::~HttpRequestInfo() {} |
| +HttpRequestInfo::~HttpRequestInfo() { |
| +} |
| } // namespace net |