| Index: chrome/browser/ui/gtk/html_dialog_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/html_dialog_gtk.h b/chrome/browser/ui/gtk/html_dialog_gtk.h
|
| index 7f7f56f588f1af1a6bfe9f4e8e785de99e701310..8f7f7733924ea233d373b2a5d357178952c1674f 100644
|
| --- a/chrome/browser/ui/gtk/html_dialog_gtk.h
|
| +++ b/chrome/browser/ui/gtk/html_dialog_gtk.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h"
|
| #include "chrome/browser/ui/webui/html_dialog_ui.h"
|
| @@ -48,7 +49,8 @@ class HtmlDialogGtk : public HtmlDialogTabContentsDelegate,
|
| virtual bool ShouldShowDialogTitle() const OVERRIDE;
|
|
|
| // Overridden from TabContentsDelegate:
|
| - virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| + virtual void HandleKeyboardEvent(
|
| + const NativeWebKeyboardEvent& event) OVERRIDE;
|
|
|
| private:
|
| CHROMEGTK_CALLBACK_1(HtmlDialogGtk, void, OnResponse, int);
|
|
|