| Index: ui/views/controls/menu/menu_separator.h
|
| diff --git a/ui/views/controls/menu/menu_separator.h b/ui/views/controls/menu/menu_separator.h
|
| index 4098ae8f0aeb982f779307b1951674de747d207f..0967c4a51be3ebdc51baaebe7f7141b318ce6630 100644
|
| --- a/ui/views/controls/menu/menu_separator.h
|
| +++ b/ui/views/controls/menu/menu_separator.h
|
| @@ -24,10 +24,8 @@ class MenuSeparator : public View {
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
|
|
| private:
|
| -#if defined(USE_AURA)
|
| void OnPaintAura(gfx::Canvas* canvas);
|
| gfx::Size GetPreferredSizeAura();
|
| -#endif
|
|
|
| // The type of the separator.
|
| const ui::MenuSeparatorType type_;
|
|
|