| 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 1cbc98b1dce55bc244e351f830ea0ffb6fa36a67..fc37849a25b56269b51e908153b4d83528737fa8 100644
|
| --- a/ui/views/widget/native_widget_win.cc
|
| +++ b/ui/views/widget/native_widget_win.cc
|
| @@ -29,7 +29,7 @@
|
| #include "ui/gfx/canvas_paint.h"
|
| #include "ui/gfx/canvas_skia_paint.h"
|
| #include "ui/gfx/icon_util.h"
|
| -#include "ui/gfx/native_theme_win.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"
|
| @@ -2040,7 +2040,7 @@ void NativeWidgetWin::OnSysCommand(UINT notification_code, CPoint click) {
|
|
|
| void NativeWidgetWin::OnThemeChanged() {
|
| // Notify NativeThemeWin.
|
| - gfx::NativeThemeWin::instance()->CloseHandles();
|
| + ui::NativeThemeWin::instance()->CloseHandles();
|
| }
|
|
|
| void NativeWidgetWin::OnVScroll(int scroll_type,
|
|
|