| Index: chrome/browser/chromeos/policy/recommendation_restorer.h
|
| diff --git a/chrome/browser/chromeos/policy/recommendation_restorer.h b/chrome/browser/chromeos/policy/recommendation_restorer.h
|
| index c81b06e40c748bd1093026e3a4e4463c84cceee2..4e96c60b852b8b7f679a2b1b2b5a7abf84d2502e 100644
|
| --- a/chrome/browser/chromeos/policy/recommendation_restorer.h
|
| +++ b/chrome/browser/chromeos/policy/recommendation_restorer.h
|
| @@ -34,15 +34,15 @@ class RecommendationRestorer : public KeyedService,
|
| virtual ~RecommendationRestorer();
|
|
|
| // KeyedService:
|
| - virtual void Shutdown() OVERRIDE;
|
| + virtual void Shutdown() override;
|
|
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // wm::UserActivityObserver:
|
| - virtual void OnUserActivity(const ui::Event* event) OVERRIDE;
|
| + virtual void OnUserActivity(const ui::Event* event) override;
|
|
|
| // If a recommended value and a user setting exist for |pref_name|, clears the
|
| // user setting so that the recommended value can take effect. If
|
|
|