Chromium Code Reviews| Index: app/hi_res_timer_manager_posix.cc |
| =================================================================== |
| --- app/hi_res_timer_manager_posix.cc (revision 63177) |
| +++ 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_used_(false) { |
| + : hi_res_clock_available_(false) { |
| } |
| HighResolutionTimerManager::~HighResolutionTimerManager() { |