| Index: chrome/browser/gtk/collected_cookies_gtk.h
|
| diff --git a/chrome/browser/gtk/collected_cookies_gtk.h b/chrome/browser/gtk/collected_cookies_gtk.h
|
| index be983c367de8b28dc9507eeb9fa684bafa0c60af..f4348b2d53f4ad98dec60866f5ca46d6465eda91 100644
|
| --- a/chrome/browser/gtk/collected_cookies_gtk.h
|
| +++ b/chrome/browser/gtk/collected_cookies_gtk.h
|
| @@ -53,9 +53,9 @@ class CollectedCookiesGtk : public ConstrainedDialogDelegate,
|
| ContentSetting setting);
|
|
|
| // Notification Observer implementation.
|
| - void Observe(NotificationType type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details);
|
| + virtual void Observe(NotificationType type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details);
|
|
|
| // Callbacks.
|
| CHROMEGTK_CALLBACK_2(CollectedCookiesGtk, void, OnTreeViewRowExpanded,
|
|
|