| Index: ui/views/widget/native_widget_win.cc
|
| diff --git a/ui/views/widget/native_widget_win.cc b/ui/views/widget/native_widget_win.cc
|
| index da0e0ebeeacef6e0de4046f3d93b8db310301ee4..4ae16e2135595f7235694b0fff5df24217fe0a4c 100644
|
| --- a/ui/views/widget/native_widget_win.cc
|
| +++ b/ui/views/widget/native_widget_win.cc
|
| @@ -21,6 +21,7 @@
|
| #include "ui/base/dragdrop/os_exchange_data_provider_win.h"
|
| #include "ui/base/keycodes/keyboard_code_conversion_win.h"
|
| #include "ui/base/l10n/l10n_util_win.h"
|
| +#include "ui/base/native_theme/native_theme_win.h"
|
| #include "ui/base/theme_provider.h"
|
| #include "ui/base/view_prop.h"
|
| #include "ui/base/win/hwnd_util.h"
|
| @@ -29,7 +30,6 @@
|
| #include "ui/gfx/canvas_paint.h"
|
| #include "ui/gfx/canvas_skia_paint.h"
|
| #include "ui/gfx/icon_util.h"
|
| -#include "ui/base/native_theme/native_theme_win.h"
|
| #include "ui/gfx/path.h"
|
| #include "ui/gfx/screen.h"
|
| #include "ui/views/accessibility/native_view_accessibility_win.h"
|
|
|