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

Unified Diff: chrome/browser/metrics_log.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: chrome/browser/metrics_log.h
===================================================================
--- chrome/browser/metrics_log.h (revision 3954)
+++ chrome/browser/metrics_log.h (working copy)
@@ -57,7 +57,7 @@
const GURL& url,
PageTransition::Type origin,
int session_index,
- TimeDelta load_time);
+ base::TimeDelta load_time);
// Records the current operating environment. Takes the list of installed
// plugins as a parameter because that can't be obtained synchronously
@@ -162,8 +162,8 @@
void WriteProfileMetrics(const std::wstring& key,
const DictionaryValue& profile_metrics);
- Time start_time_;
- Time end_time_;
+ base::Time start_time_;
+ base::Time end_time_;
std::string client_id_;
std::string session_id_;

Powered by Google App Engine
This is Rietveld 408576698