summaryrefslogtreecommitdiffstats
path: root/base/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/time.h')
-rw-r--r--base/time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/time.h b/base/time.h
index 4141116..cb0eeb8 100644
--- a/base/time.h
+++ b/base/time.h
@@ -33,6 +33,8 @@
#include <windows.h>
#endif
+namespace base {
+
class Time;
class TimeTicks;
@@ -438,4 +440,6 @@ inline TimeTicks TimeDelta::operator+(TimeTicks t) const {
return TimeTicks(t.ticks_ + delta_);
}
+} // namespace base
+
#endif // BASE_TIME_H_