diff options
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/time.h b/base/time.h index 17296e3..c25419f 100644 --- a/base/time.h +++ b/base/time.h @@ -436,7 +436,6 @@ class TimeTicks { int64 ticks_; #if defined(OS_WIN) - public: // The function to use for counting ticks. typedef int (__stdcall *TickFunction)(void); static TickFunction tick_function_; |