summaryrefslogtreecommitdiffstats
path: root/base/time.h
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-02 12:08:36 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-02 12:08:36 +0000
commit87b3252371835a19ace756ef4fbdfb9c6eee5778 (patch)
tree7f364f73e07a900c6a4232ace569138a5644fc65 /base/time.h
parenta89d97fdbea8bf1e246f2adf33819342f684d944 (diff)
downloadchromium_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.h1
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_;