Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / autofill / autofill_popup_base_view.h
index acf95ed..72c4162 100644 (file)
@@ -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;