| Index: components/suggestions/blacklist_store_unittest.cc
|
| diff --git a/components/suggestions/blacklist_store_unittest.cc b/components/suggestions/blacklist_store_unittest.cc
|
| index 63d06111242bbba2aca236c9afbcc52fc7fc41d0..16daaffcf5ba8ce88e4308b34c939682261cc3b7 100644
|
| --- a/components/suggestions/blacklist_store_unittest.cc
|
| +++ b/components/suggestions/blacklist_store_unittest.cc
|
| @@ -55,7 +55,7 @@ class BlacklistStoreTest : public testing::Test {
|
| BlacklistStoreTest()
|
| : pref_service_(new user_prefs::TestingPrefServiceSyncable) {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| BlacklistStore::RegisterProfilePrefs(pref_service()->registry());
|
| }
|
|
|
|
|