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

Unified Diff: net/url_request/url_request_job_metrics.h

Issue 7995: Move Time, TimeDelta and TimeTicks into namespace base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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
Index: net/url_request/url_request_job_metrics.h
===================================================================
--- net/url_request/url_request_job_metrics.h (revision 3954)
+++ net/url_request/url_request_job_metrics.h (working copy)
@@ -28,10 +28,10 @@
scoped_ptr<GURL> url_;
// Time when the job starts.
- TimeTicks start_time_;
+ base::TimeTicks start_time_;
// Time when the job is done.
- TimeTicks end_time_;
+ base::TimeTicks end_time_;
// Total number of bytes the job reads from underline IO.
int total_bytes_read_;

Powered by Google App Engine
This is Rietveld 408576698