| Index: chrome/browser/background/background_application_list_model.h
|
| diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
|
| index 5d27124c1e6aac463930da8d1cf309953fc25f21..0a0821ed32776fe15f4e08e3b258b08b41824019 100644
|
| --- a/chrome/browser/background/background_application_list_model.h
|
| +++ b/chrome/browser/background/background_application_list_model.h
|
| @@ -118,7 +118,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Notifies observers that some of the data associated with this background
|
| // application, e. g. the Icon, has changed.
|
|
|