| Index: chrome/browser/background_application_list_model.h
|
| diff --git a/chrome/browser/background_application_list_model.h b/chrome/browser/background_application_list_model.h
|
| index 7639aebea643afd9a69969bb56feb093b955ba38..ba23aefc86aa73cc52e3887f84085e56645b83b3 100644
|
| --- a/chrome/browser/background_application_list_model.h
|
| +++ b/chrome/browser/background_application_list_model.h
|
| @@ -45,7 +45,7 @@ class BackgroundApplicationListModel : public NotificationObserver {
|
| // Create a new model associated with profile.
|
| explicit BackgroundApplicationListModel(Profile* profile);
|
|
|
| - ~BackgroundApplicationListModel();
|
| + virtual ~BackgroundApplicationListModel();
|
|
|
| // Associate observer with this model.
|
| void AddObserver(Observer* observer);
|
|
|