| Index: chrome/browser/ui/views/tabs/window_finder_chromeos.cc
|
| diff --git a/chrome/browser/ui/views/tabs/window_finder_chromeos.cc b/chrome/browser/ui/views/tabs/window_finder_chromeos.cc
|
| index f4d0f226993aa06f08a2bda9a064c85163100fca..dcf43e255b1e5607d1c487fb775a681010d05166 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder_chromeos.cc
|
| +++ b/chrome/browser/ui/views/tabs/window_finder_chromeos.cc
|
| @@ -10,7 +10,7 @@ gfx::NativeWindow GetLocalProcessWindowAtPointAsh(
|
| const gfx::Point& screen_point,
|
| const std::set<gfx::NativeWindow>& ignore);
|
|
|
| -gfx::NativeWindow WindowFinder::GetLocalProcessWindowAtPoint(
|
| +gfx::NativeWindow GetLocalProcessWindowAtPointImpl(
|
| const gfx::Point& screen_point,
|
| const std::set<gfx::NativeWindow>& ignore) {
|
| return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
|
|
|