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

Unified Diff: base/field_trial.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: base/field_trial.h
===================================================================
--- base/field_trial.h (revision 3954)
+++ base/field_trial.h (working copy)
@@ -70,7 +70,7 @@
// of the application. In some experiments it may be useful to discount
// data that is gathered before the application has reach sufficient
// stability (example: most DLL have loaded, etc.)
- static Time application_start_time() {
+ static base::Time application_start_time() {
return global_->application_start_time_;
}
@@ -83,7 +83,7 @@
static FieldTrialList* global_; // The singleton of this class.
static int constructor_count_; // Prevent having more than one.
- Time application_start_time_;
+ base::Time application_start_time_;
RegistrationList registered_;
DISALLOW_COPY_AND_ASSIGN(FieldTrialList);
« no previous file with comments | « base/condition_variable_win.cc ('k') | base/field_trial.cc » ('j') | base/time_format.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698