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

Unified Diff: chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h

Issue 273223002: views: Make view::Views::GetPreferredSize() const. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More compile fix for ToT Created 6 years, 7 months 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/views/autofill/new_credit_card_bubble_views.h
diff --git a/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h b/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h
index ac402f6f350d4aed0935ee6e39d9df88002bdc6c..9c6af69e3dc0271af5d9f4f7490c34da463ae62d 100644
--- a/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h
+++ b/chrome/browser/ui/views/autofill/new_credit_card_bubble_views.h
@@ -29,7 +29,7 @@ class NewCreditCardBubbleViews : public NewCreditCardBubbleView,
virtual void Hide() OVERRIDE;
// views::BubbleDelegateView:
- virtual gfx::Size GetPreferredSize() OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const OVERRIDE;
virtual base::string16 GetWindowTitle() const OVERRIDE;
virtual void Init() OVERRIDE;
virtual gfx::Rect GetBubbleBounds() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/autofill/info_bubble.cc ('k') | chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698