| 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 a1f894952fe76d766365c61c8e3ccb3d667e8c97..1c50d48abd2cbd785853e404892f76351644403e 100644
|
| --- a/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
|
| +++ b/chrome/browser/apps/drive/drive_app_mapping_unittest.cc
|
| @@ -15,7 +15,7 @@ class DriveAppMappingTest : public testing::Test {
|
| virtual ~DriveAppMappingTest() {}
|
|
|
| // testing::Test:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| pref_service_.reset(new TestingPrefServiceSyncable);
|
| DriveAppMapping::RegisterProfilePrefs(pref_service_->registry());
|
|
|
|
|