| Index: Source/core/rendering/RenderThemeChromiumWin.h | 
| diff --git a/Source/core/rendering/RenderThemeChromiumWin.h b/Source/core/rendering/RenderThemeChromiumWin.h | 
| index d22b3383fc3aaf4910bf1431368879f7f45ad071..9ca5d285d96df525b73577bcd7fe89c74a6661ca 100644 | 
| --- a/Source/core/rendering/RenderThemeChromiumWin.h | 
| +++ b/Source/core/rendering/RenderThemeChromiumWin.h | 
| @@ -57,7 +57,7 @@ public: | 
| virtual Color platformActiveTextSearchHighlightColor() const OVERRIDE; | 
| virtual Color platformInactiveTextSearchHighlightColor() const OVERRIDE; | 
|  | 
| -    virtual Color systemColor(int cssValueId) const OVERRIDE; | 
| +    virtual Color systemColor(CSSValueID) const OVERRIDE; | 
|  | 
| virtual IntSize sliderTickSize() const OVERRIDE; | 
| virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE; | 
|  |