Index: app/hi_res_timer_manager_posix.cc |
=================================================================== |
--- app/hi_res_timer_manager_posix.cc (revision 63198) |
+++ app/hi_res_timer_manager_posix.cc (working copy) |
@@ -7,7 +7,7 @@ |
// On POSIX we don't need to do anything special with the system timer. |
HighResolutionTimerManager::HighResolutionTimerManager() |
- : hi_res_clock_available_(false) { |
+ : hi_res_clock_used_(false) { |
} |
HighResolutionTimerManager::~HighResolutionTimerManager() { |