| Index: components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc
 | 
| diff --git a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc
 | 
| index 7a1ea6f573e570141a9faaaa1f01cfe83f2d65f0..9ebc4d4f73545eefea323469ac1875d02ed8d4ff 100644
 | 
| --- a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc
 | 
| +++ b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc
 | 
| @@ -35,7 +35,7 @@ class CloudPolicyRefreshSchedulerTest : public testing::Test {
 | 
|        : task_runner_(new base::TestSimpleTaskRunner()),
 | 
|          network_change_notifier_(net::NetworkChangeNotifier::CreateMock()) {}
 | 
|  
 | 
| -  virtual void SetUp() override {
 | 
| +  void SetUp() override {
 | 
|      client_.SetDMToken("token");
 | 
|  
 | 
|      // Set up the protobuf timestamp to be one minute in the past. Since the
 | 
| @@ -314,7 +314,7 @@ class CloudPolicyRefreshSchedulerSteadyStateTest
 | 
|   protected:
 | 
|    CloudPolicyRefreshSchedulerSteadyStateTest() {}
 | 
|  
 | 
| -  virtual void SetUp() override {
 | 
| +  void SetUp() override {
 | 
|      refresh_scheduler_.reset(CreateRefreshScheduler());
 | 
|      refresh_scheduler_->SetRefreshDelay(kPolicyRefreshRate);
 | 
|      CloudPolicyRefreshSchedulerTest::SetUp();
 | 
| 
 |