Chromium Code Reviews| Index: tools/timer/SysTimer_windows.h |
| diff --git a/tools/timer/SysTimer_windows.h b/tools/timer/SysTimer_windows.h |
| index 62a94451341028c01c06e4838640c7e76e8fc4fe..380debd3132f714af407abe64719dd77c54446e1 100644 |
| --- a/tools/timer/SysTimer_windows.h |
| +++ b/tools/timer/SysTimer_windows.h |
| @@ -19,7 +19,7 @@ public: |
| double endWall(); |
| private: |
| ULONGLONG fStartCpu; |
| - LARGE_INTEGER fStartWall; |
| + unsigned __int64 fStartWall; |
| }; |
| #endif |