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 d0f86714cd8c8f65b02a13ce3943f99963111672..7a1ea6f573e570141a9faaaa1f01cfe83f2d65f0 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 { |
+ virtual 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 { |
+ virtual void SetUp() override { |
refresh_scheduler_.reset(CreateRefreshScheduler()); |
refresh_scheduler_->SetRefreshDelay(kPolicyRefreshRate); |
CloudPolicyRefreshSchedulerTest::SetUp(); |