Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5388)

Unified Diff: chrome/browser/ui/gtk/html_dialog_gtk.h

Issue 8632022: Add OVERRIDE to chrome/browser/ui/gtk/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/ui/gtk/hover_controller_gtk.h ('k') | chrome/browser/ui/gtk/infobars/after_translate_infobar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698