| Index: ui/native_theme/native_theme_win.cc
|
| diff --git a/ui/native_theme/native_theme_win.cc b/ui/native_theme/native_theme_win.cc
|
| index 79081b7f26d6c66bee078f7dccbbe8e13db1c82f..74b4f14a26163b5e27c5c8b1828c7f4500a674d6 100644
|
| --- a/ui/native_theme/native_theme_win.cc
|
| +++ b/ui/native_theme/native_theme_win.cc
|
| @@ -24,11 +24,11 @@
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| #include "ui/gfx/color_utils.h"
|
| -#include "ui/gfx/dpi_win.h"
|
| #include "ui/gfx/gdi_util.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/rect_conversions.h"
|
| #include "ui/gfx/sys_color_change_listener.h"
|
| +#include "ui/gfx/win/dpi.h"
|
| #include "ui/native_theme/common_theme.h"
|
|
|
| // This was removed from Winvers.h but is still used.
|
|
|