diff options
Diffstat (limited to 'chrome/browser/ui/views/extensions/extension_dialog.h')
| -rw-r--r-- | chrome/browser/ui/views/extensions/extension_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/extensions/extension_dialog.h b/chrome/browser/ui/views/extensions/extension_dialog.h index d09852f..dbcdae0 100644 --- a/chrome/browser/ui/views/extensions/extension_dialog.h +++ b/chrome/browser/ui/views/extensions/extension_dialog.h @@ -67,7 +67,7 @@ class ExtensionDialog : public views::WidgetDelegate, // content::NotificationObserver overrides. virtual void Observe(int type, const content::NotificationSource& source, - const content::NotificationDetails& details); + const content::NotificationDetails& details) OVERRIDE; private: // Use Show() to create instances. |
