| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 8550a320597fcfb3523519e2c4417b93961a85f6..cbabe1786ba39995a329015712d6bf45819b32f9 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -49,7 +49,6 @@
|
| #include "ui/gfx/path.h"
|
| #include "ui/gfx/path_x11.h"
|
| #include "ui/native_theme/native_theme.h"
|
| -#include "ui/native_theme/native_theme_aura.h"
|
| #include "ui/views/corewm/tooltip_aura.h"
|
| #include "ui/views/linux_ui/linux_ui.h"
|
| #include "ui/views/views_delegate.h"
|
| @@ -2345,7 +2344,7 @@ ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) {
|
| return native_theme;
|
| }
|
|
|
| - return ui::NativeThemeAura::instance();
|
| + return ui::NativeTheme::GetInstanceForNativeUi();
|
| }
|
|
|
| } // namespace views
|
|
|