summaryrefslogtreecommitdiffstats
path: root/base/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/timer.h')
-rw-r--r--base/timer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/timer.h b/base/timer.h
index dcabefa..08c851f 100644
--- a/base/timer.h
+++ b/base/timer.h
@@ -41,6 +41,11 @@
#ifndef BASE_TIMER_H_
#define BASE_TIMER_H_
+// IMPORTANT: If you change timer code, make sure that all tests (including
+// disabled ones) from timer_unittests.cc pass locally. Some are disabled
+// because they're flaky on the buildbot, but when you run them locally you
+// should be able to tell the difference.
+
#include "base/task.h"
#include "base/time.h"