| 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 29517efe5c6d51f558de69b64659be2c6a6023c2..7f125232c222749990424d58677ccece33ce3c17 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| +++ b/chrome/browser/ui/views/tabs/window_finder_win.cc
|
| @@ -232,7 +232,7 @@ std::set<HWND> RemapIgnoreSet(const std::set<gfx::NativeView>& ignore) {
|
|
|
| } // namespace
|
|
|
| -gfx::NativeWindow WindowFinder::GetLocalProcessWindowAtPoint(
|
| +gfx::NativeWindow WindowFinder::GetLocalProcessWindowAtPointImpl(
|
| const gfx::Point& screen_point,
|
| const std::set<gfx::NativeWindow>& ignore) {
|
| return LocalProcessWindowFinder::GetProcessWindowAtPoint(
|
|
|