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

Unified Diff: chrome/browser/ui/gtk/select_file_dialog_impl.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
« no previous file with comments | « chrome/browser/ui/gtk/repost_form_warning_gtk.h ('k') | chrome/browser/ui/gtk/slide_animator_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/select_file_dialog_impl.h
diff --git a/chrome/browser/ui/gtk/select_file_dialog_impl.h b/chrome/browser/ui/gtk/select_file_dialog_impl.h
index ba4463a27cf62bc29ddd2d4c9faa2f125d6131bf..e534859aab03ba4a48bff415f09ccb3f971df83b 100644
--- a/chrome/browser/ui/gtk/select_file_dialog_impl.h
+++ b/chrome/browser/ui/gtk/select_file_dialog_impl.h
@@ -10,6 +10,7 @@
#include <set>
+#include "base/compiler_specific.h"
#include "base/nix/xdg_util.h"
#include "chrome/browser/ui/select_file_dialog.h"
@@ -24,8 +25,8 @@ class SelectFileDialogImpl : public SelectFileDialog {
base::nix::DesktopEnvironment desktop);
// BaseShellDialog implementation.
- virtual bool IsRunning(gfx::NativeWindow parent_window) const;
- virtual void ListenerDestroyed();
+ virtual bool IsRunning(gfx::NativeWindow parent_window) const OVERRIDE;
+ virtual void ListenerDestroyed() OVERRIDE;
protected:
explicit SelectFileDialogImpl(Listener* listener);
« no previous file with comments | « chrome/browser/ui/gtk/repost_form_warning_gtk.h ('k') | chrome/browser/ui/gtk/slide_animator_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698