Index: ui/native_theme/native_theme_base.cc |
diff --git a/ui/native_theme/native_theme_base.cc b/ui/native_theme/native_theme_base.cc |
index 1f1aadb94c4ad3125f65fc15c939b8bf27a51f0f..e09bb3cd34478398b98465094f9d7670c0466d72 100644 |
--- a/ui/native_theme/native_theme_base.cc |
+++ b/ui/native_theme/native_theme_base.cc |
@@ -51,8 +51,8 @@ const SkColor kProgressValueColor = gfx::kGoogleBlue300; |
const SkColor kMenuPopupBackgroundColor = SkColorSetRGB(210, 225, 246); |
-const unsigned int kDefaultScrollbarWidth = 15; |
-const unsigned int kDefaultScrollbarButtonLength = 14; |
+const int kDefaultScrollbarWidth = 15; |
+const int kDefaultScrollbarButtonLength = 14; |
const SkColor kCheckboxTinyColor = SK_ColorGRAY; |
const SkColor kCheckboxShadowColor = SkColorSetARGB(0x15, 0, 0, 0); |