Index: base/time.h |
=================================================================== |
--- base/time.h (revision 1835) |
+++ base/time.h (working copy) |
@@ -436,9 +436,8 @@ |
int64 ticks_; |
#if defined(OS_WIN) |
- // The function to use for counting ticks. |
- typedef int (__stdcall *TickFunction)(void); |
- static TickFunction tick_function_; |
+ typedef DWORD (__stdcall *TickFunctionType)(void); |
+ static TickFunctionType SetMockTickFunction(TickFunctionType ticker); |
#endif |
}; |