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

Unified Diff: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_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
« no previous file with comments | « chrome/browser/ui/gtk/notifications/balloon_view_gtk.h ('k') | chrome/browser/ui/gtk/overflow_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
index 2385f56f1d8445162638233f9532c7e34e1f8120..fc5f0cbe8c9572165bccb42da3e5777734b5bca4 100644
--- a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
+++ b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
@@ -12,6 +12,7 @@
#include <string>
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/autocomplete/autocomplete_match.h"
#include "chrome/browser/autocomplete/autocomplete_popup_view.h"
@@ -37,17 +38,17 @@ class OmniboxPopupViewGtk : public AutocompletePopupView,
virtual ~OmniboxPopupViewGtk();
// Overridden from AutocompletePopupView:
- virtual bool IsOpen() const;
- virtual void InvalidateLine(size_t line);
- virtual void UpdatePopupAppearance();
- virtual gfx::Rect GetTargetBounds();
- virtual void PaintUpdatesNow();
- virtual void OnDragCanceled();
+ virtual bool IsOpen() const OVERRIDE;
+ virtual void InvalidateLine(size_t line) OVERRIDE;
+ virtual void UpdatePopupAppearance() OVERRIDE;
+ virtual gfx::Rect GetTargetBounds() OVERRIDE;
+ virtual void PaintUpdatesNow() OVERRIDE;
+ virtual void OnDragCanceled() OVERRIDE;
// Overridden from content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
private:
// Be friendly for unit tests.
« no previous file with comments | « chrome/browser/ui/gtk/notifications/balloon_view_gtk.h ('k') | chrome/browser/ui/gtk/overflow_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698