Index: base/pr_time_unittest.cc |
diff --git a/base/pr_time_unittest.cc b/base/pr_time_unittest.cc |
index 5c8bad1d5eff49ee999df8357b4d71ccd7c2f248..86776489bca587c5fdc33a377f6298609417bec3 100644 |
--- a/base/pr_time_unittest.cc |
+++ b/base/pr_time_unittest.cc |
@@ -4,6 +4,7 @@ |
#include <time.h> |
+#include "base/compiler_specific.h" |
#include "base/third_party/nspr/prtime.h" |
#include "base/time.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -19,7 +20,7 @@ PRTime comparison_time_pdt = 1192477500 * Time::kMicrosecondsPerSecond; |
// tested by comparing them to a known time in the local zone. |
class PRTimeTest : public testing::Test { |
protected: |
- virtual void SetUp() { |
+ virtual void SetUp() OVERRIDE { |
// Use mktime to get a time_t, and turn it into a PRTime by converting |
// seconds to microseconds. Use 15th Oct 2007 12:45:00 local. This |
// must be a time guaranteed to be outside of a DST fallback hour in |