| Index: components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc
 | 
| diff --git a/components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc b/components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc
 | 
| index 7eca8c825a8c86fbc95298786e3d92c0d11a1859..605be1aca75e11fea1f3d3acf2bdda988165b701 100644
 | 
| --- a/components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc
 | 
| +++ b/components/policy/core/common/cloud/component_cloud_policy_service_unittest.cc
 | 
| @@ -111,7 +111,7 @@ class ComponentCloudPolicyServiceTest : public testing::Test {
 | 
|                &store_,
 | 
|                loop_.message_loop_proxy()) {}
 | 
|  
 | 
| -  virtual void SetUp() override {
 | 
| +  void SetUp() override {
 | 
|      ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
 | 
|  
 | 
|      cache_ = new ResourceCache(temp_dir_.path(), loop_.message_loop_proxy());
 | 
| @@ -144,7 +144,7 @@ class ComponentCloudPolicyServiceTest : public testing::Test {
 | 
|                           NULL);
 | 
|    }
 | 
|  
 | 
| -  virtual void TearDown() override {
 | 
| +  void TearDown() override {
 | 
|      // The service cleans up its backend on the background thread.
 | 
|      service_.reset();
 | 
|      RunUntilIdle();
 | 
| 
 |