| Index: chrome/browser/ui/views/tabs/window_finder_win.cc
|
| diff --git a/chrome/browser/ui/views/tabs/window_finder_win.cc b/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| index 2596c1888f35fef411b22f461b05a9ef1c421ef9..d81fe3ef87b158b4c7d8e69d2c7e8d9420fd4dd1 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| +++ b/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| @@ -260,11 +260,11 @@ std::set<HWND> RemapIgnoreSet(const std::set<gfx::NativeView>& ignore) {
|
| } // namespace
|
|
|
| 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
|
| return LocalProcessWindowFinder::GetProcessWindowAtPoint(
|
|
|