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

Unified Diff: net/server/http_server_request_info.h

Issue 3806005: FBTF: More ctor/dtor cleanup. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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 | « net/net.gyp ('k') | net/server/http_server_request_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/server/http_server_request_info.h
diff --git a/net/server/http_server_request_info.h b/net/server/http_server_request_info.h
index 63abab5d6967fbcf6415e1a339ea9694260df32d..27ed5af47e857b963bc13ec1723fa1213b9cda85 100644
--- a/net/server/http_server_request_info.h
+++ b/net/server/http_server_request_info.h
@@ -15,7 +15,8 @@
// does).
class HttpServerRequestInfo {
public:
- HttpServerRequestInfo() {}
+ HttpServerRequestInfo();
+ ~HttpServerRequestInfo();
// Request method.
std::string method;
« no previous file with comments | « net/net.gyp ('k') | net/server/http_server_request_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698