| Index: chrome/browser/gtk/options/passwords_page_gtk.h
|
| diff --git a/chrome/browser/gtk/options/passwords_page_gtk.h b/chrome/browser/gtk/options/passwords_page_gtk.h
|
| index 0321370859cfc8c0439ce6268f4ed94d9022f063..26c2ba14d13902b5361ddf21a13a8b5e8bc8a0a1 100644
|
| --- a/chrome/browser/gtk/options/passwords_page_gtk.h
|
| +++ b/chrome/browser/gtk/options/passwords_page_gtk.h
|
| @@ -38,9 +38,9 @@ class PasswordsPageGtk : public NotificationObserver {
|
| void HidePassword();
|
|
|
| // NotificationObserver implementation.
|
| - void Observe(NotificationType type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details);
|
| + virtual void Observe(NotificationType type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details);
|
|
|
| // Handles changes to the observed preferences and updates the UI.
|
| void OnPrefChanged(const std::string& pref_name);
|
|
|