summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/highres_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/highres_timer.h')
-rw-r--r--chrome/browser/sync/util/highres_timer.h2
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