| Index: chrome/browser/apps/drive/drive_app_mapping_unittest.cc
|
| diff --git a/chrome/browser/apps/drive/drive_app_mapping_unittest.cc b/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
|
| index 0698d1458536ad847b7e87e21e9762e25f4084fe..ea24a602aab802a201274ba195de664fd6548cda 100644
|
| --- a/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
|
| +++ b/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
|
| @@ -12,10 +12,10 @@
|
| class DriveAppMappingTest : public testing::Test {
|
| public:
|
| DriveAppMappingTest() {}
|
| - virtual ~DriveAppMappingTest() {}
|
| + ~DriveAppMappingTest() override {}
|
|
|
| // testing::Test:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| pref_service_.reset(new TestingPrefServiceSyncable);
|
| DriveAppMapping::RegisterProfilePrefs(pref_service_->registry());
|
|
|
|
|