| Index: chrome/service/service_process_prefs_unittest.cc
|
| diff --git a/chrome/service/service_process_prefs_unittest.cc b/chrome/service/service_process_prefs_unittest.cc
|
| index b05f837690e82494439b352c5f2e58f74df52b4b..c958fd29fd8a93850128a04bc3001163070ff637 100644
|
| --- a/chrome/service/service_process_prefs_unittest.cc
|
| +++ b/chrome/service/service_process_prefs_unittest.cc
|
| @@ -13,7 +13,7 @@
|
|
|
| class ServiceProcessPrefsTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
|
|
| prefs_.reset(new ServiceProcessPrefs(
|
| @@ -21,7 +21,7 @@ class ServiceProcessPrefsTest : public testing::Test {
|
| message_loop_.message_loop_proxy().get()));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| prefs_.reset();
|
| }
|
|
|
|
|