| Index: content/common/hi_res_timer_manager_posix.cc
|
| ===================================================================
|
| --- content/common/hi_res_timer_manager_posix.cc (revision 82646)
|
| +++ content/common/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() {
|
|
|