| Index: base/prefs/pref_change_registrar_unittest.cc
|
| diff --git a/base/prefs/pref_change_registrar_unittest.cc b/base/prefs/pref_change_registrar_unittest.cc
|
| index f353a8fb3c57cb5c6a823749f776db96279d6a7e..e9255a0ec639d5a9b2430c4f7a80f314946728d6 100644
|
| --- a/base/prefs/pref_change_registrar_unittest.cc
|
| +++ b/base/prefs/pref_change_registrar_unittest.cc
|
| @@ -41,7 +41,7 @@ class PrefChangeRegistrarTest : public testing::Test {
|
| virtual ~PrefChangeRegistrarTest() {}
|
|
|
| protected:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| base::Closure observer() const {
|
| return base::Bind(&base::DoNothing);
|
|
|