summaryrefslogtreecommitdiffstats
path: root/base/time_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/time_format.h')
-rw-r--r--base/time_format.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/time_format.h b/base/time_format.h
index af44897..b51c768 100644
--- a/base/time_format.h
+++ b/base/time_format.h
@@ -10,10 +10,10 @@
#include <string>
-class Time;
-
namespace base {
+class Time;
+
// Returns the time of day, e.g., "3:07 PM".
std::wstring TimeFormatTimeOfDay(const Time& time);
@@ -38,4 +38,3 @@ std::wstring TimeFormatFriendlyDate(const Time& time);
} // namespace base
#endif // BASE_TIME_FORMAT_H_
-