| Index: chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| diff --git a/chrome/browser/ui/views/tabs/window_finder_x11.cc b/chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| index db7a4cc2527594ac7c3a0dbe90b236fde942d06d..210dca93d13c6605ae41305cabffaa6f915776d9 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| +++ b/chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| @@ -28,11 +28,11 @@ gfx::NativeWindow GetLocalProcessWindowAtPointAsh(
|
| #endif
|
|
|
| gfx::NativeWindow GetLocalProcessWindowAtPoint(
|
| - chrome::HostDesktopType host_desktop_type,
|
| + ui::HostDesktopType host_desktop_type,
|
| const gfx::Point& screen_point,
|
| const std::set<gfx::NativeWindow>& ignore) {
|
| #if defined(USE_ASH)
|
| - if (host_desktop_type == chrome::HOST_DESKTOP_TYPE_ASH)
|
| + if (host_desktop_type == ui::HOST_DESKTOP_TYPE_ASH)
|
| return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
|
| #endif
|
|
|
|
|