Index: chrome/browser/ui/views/autofill/autofill_popup_base_view.h |
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.h b/chrome/browser/ui/views/autofill/autofill_popup_base_view.h |
index acf95ed375b6b7999468fca43cac74960f3ffd12..72c4162952f6e253b241455f9a44e2aebd570fb6 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.h |
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.h |
@@ -26,6 +26,14 @@ namespace autofill { |
class AutofillPopupBaseView : public views::WidgetDelegateView, |
public views::WidgetFocusChangeListener, |
public views::WidgetObserver { |
+ public: |
+ static const SkColor kBorderColor; |
+ static const SkColor kHoveredBackgroundColor; |
+ static const SkColor kItemTextColor; |
+ static const SkColor kPopupBackground; |
+ static const SkColor kValueTextColor; |
+ static const SkColor kWarningTextColor; |
+ |
protected: |
explicit AutofillPopupBaseView(AutofillPopupViewDelegate* delegate, |
views::Widget* observing_widget); |
@@ -40,13 +48,6 @@ class AutofillPopupBaseView : public views::WidgetDelegateView, |
// Update size of popup and paint. |
void DoUpdateBoundsAndRedrawPopup(); |
- static const SkColor kBorderColor; |
- static const SkColor kHoveredBackgroundColor; |
- static const SkColor kItemTextColor; |
- static const SkColor kPopupBackground; |
- static const SkColor kValueTextColor; |
- static const SkColor kWarningTextColor; |
- |
private: |
friend class AutofillPopupBaseViewTest; |