| 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 54881fe67754302c3d025a0a8288c78e8f692443..331ceb46be0a5bfe58551fccd79bd72ee21cbf3f 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); | 
|  |