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 10ca20193509920a34a55b7f1c230e58a3bf52b8..5a9e32fb540b7b319b2e57b95a71b8442efabe46 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; |