summaryrefslogtreecommitdiffstats
path: root/content/common/hi_res_timer_manager_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/hi_res_timer_manager_posix.cc')
-rw-r--r--content/common/hi_res_timer_manager_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/hi_res_timer_manager_posix.cc b/content/common/hi_res_timer_manager_posix.cc
index 63e7300..430902a 100644
--- a/content/common/hi_res_timer_manager_posix.cc
+++ b/content/common/hi_res_timer_manager_posix.cc
@@ -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() {