| Index: chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/content_setting_bubble_gtk.h b/chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| index b6b2b6a8559556884118e78a93094d864cdf7440..e5fde357f9c476d4c618fa9e6535fe3b567bac96 100644
|
| --- a/chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| @@ -46,7 +46,7 @@ class ContentSettingBubbleGtk : public BubbleDelegateGtk,
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Builds the bubble and all the widgets that it displays.
|
| void BuildBubble();
|
|
|