| Index: ui/native_theme/native_theme_win.h
|
| diff --git a/ui/native_theme/native_theme_win.h b/ui/native_theme/native_theme_win.h
|
| index 52b2aebb13ad19ce4b1ed8b90a3ad2e5fac1b8b4..ab96c02b9808bf428c73aa262643ea15d5040abf 100644
|
| --- a/ui/native_theme/native_theme_win.h
|
| +++ b/ui/native_theme/native_theme_win.h
|
| @@ -164,8 +164,7 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
|
| int state_id,
|
| RECT* rect) const;
|
|
|
| - HRESULT PaintMenuSeparator(HDC hdc,
|
| - const gfx::Rect& rect) const;
|
| + HRESULT PaintMenuSeparator(HDC hdc, const gfx::Rect& rect) const;
|
|
|
| HRESULT PaintMenuGutter(HDC hdc, const gfx::Rect& rect) const;
|
|
|
|
|