diff options
author | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 12:08:36 +0000 |
---|---|---|
committer | deanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-02 12:08:36 +0000 |
commit | 87b3252371835a19ace756ef4fbdfb9c6eee5778 (patch) | |
tree | 7f364f73e07a900c6a4232ace569138a5644fc65 /base/time.h | |
parent | a89d97fdbea8bf1e246f2adf33819342f684d944 (diff) | |
download | chromium_src-87b3252371835a19ace756ef4fbdfb9c6eee5778.zip chromium_src-87b3252371835a19ace756ef4fbdfb9c6eee5778.tar.gz chromium_src-87b3252371835a19ace756ef4fbdfb9c6eee5778.tar.bz2 |
Revert part of r1633 Windows time changes, seems to have caused test failures?
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1635 0039d316-1c4b-4281-b951-d872f2087c98
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_; |