diff options
Diffstat (limited to 'chrome/browser/sync/util/highres_timer.h')
-rw-r--r-- | chrome/browser/sync/util/highres_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/util/highres_timer.h b/chrome/browser/sync/util/highres_timer.h index 138da04..2c6513d 100644 --- a/chrome/browser/sync/util/highres_timer.h +++ b/chrome/browser/sync/util/highres_timer.h @@ -9,7 +9,7 @@ #if defined(OS_WIN) #include "chrome/browser/sync/util/highres_timer_win.h" #elif defined(OS_MACOSX) -#error "Mac timer functions are missing." +#include "chrome/browser/sync/util/highres_timer_mac.h" #else #include "chrome/browser/sync/util/highres_timer_linux.h" #endif |