| Index: base/time/time_unittest.cc
 | 
| diff --git a/base/time/time_unittest.cc b/base/time/time_unittest.cc
 | 
| index ef80e43859303c43eac80aef93b475db49883909..16d6fe9c3a2918f19d109318f8af605845d3259a 100644
 | 
| --- a/base/time/time_unittest.cc
 | 
| +++ b/base/time/time_unittest.cc
 | 
| @@ -24,7 +24,7 @@ namespace {
 | 
|  // See also pr_time_unittests.cc
 | 
|  class TimeTest : public testing::Test {
 | 
|   protected:
 | 
| -  virtual void SetUp() override {
 | 
| +  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
 | 
| 
 |