| Index: ui/views/controls/menu/menu_item_view.h
|
| ===================================================================
|
| --- ui/views/controls/menu/menu_item_view.h (revision 137002)
|
| +++ ui/views/controls/menu/menu_item_view.h (working copy)
|
| @@ -19,7 +19,7 @@
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
|
|
| -#include "ui/base/native_theme/native_theme.h"
|
| +#include "ui/gfx/native_theme.h"
|
| #endif
|
|
|
| namespace gfx {
|
| @@ -362,7 +362,7 @@
|
|
|
| // Paints the check/radio button indicator.
|
| void PaintCheck(gfx::Canvas* canvas,
|
| - ui::NativeTheme::State state,
|
| + gfx::NativeTheme::State state,
|
| SelectionState selection_state,
|
| const MenuConfig& config);
|
| #endif
|
|
|