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

Unified Diff: net/url_request/url_request_job_metrics.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail 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/url_request/url_request_job_manager.cc ('k') | net/url_request/url_request_job_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_metrics.h
diff --git a/net/url_request/url_request_job_metrics.h b/net/url_request/url_request_job_metrics.h
index 2f52c7f89b884acacf6bb89810c1bd1384ba6e9c..ce0e4bf8e1ce3c01b0d2319176efff4a44917dd8 100644
--- a/net/url_request/url_request_job_metrics.h
+++ b/net/url_request/url_request_job_metrics.h
@@ -18,11 +18,8 @@
class URLRequestJobMetrics {
public:
- URLRequestJobMetrics()
- : total_bytes_read_(0),
- number_of_read_IO_(0),
- success_(false) { }
- ~URLRequestJobMetrics() { }
+ URLRequestJobMetrics();
+ ~URLRequestJobMetrics();
// The original url the job has been created for.
scoped_ptr<GURL> original_url_;
« no previous file with comments | « net/url_request/url_request_job_manager.cc ('k') | net/url_request/url_request_job_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698