Index: chrome/browser/ui/views/tabs/window_finder_mac.mm |
diff --git a/chrome/browser/ui/views/tabs/window_finder_mac.mm b/chrome/browser/ui/views/tabs/window_finder_mac.mm |
index ab9555d42730303a2c8a3134672462b72c5c3544..6aa6c166f917486231511e7f56b3e5860e5bef7e 100644 |
--- a/chrome/browser/ui/views/tabs/window_finder_mac.mm |
+++ b/chrome/browser/ui/views/tabs/window_finder_mac.mm |
@@ -9,7 +9,7 @@ |
#include "ui/gfx/geometry/point.h" |
#import "ui/gfx/mac/coordinate_conversion.h" |
-gfx::NativeWindow WindowFinder::GetLocalProcessWindowAtPoint( |
+gfx::NativeWindow WindowFinder::GetLocalProcessWindowAtPointImpl( |
const gfx::Point& screen_point, |
const std::set<gfx::NativeWindow>& ignore) { |
const NSPoint ns_point = gfx::ScreenPointToNSPoint(screen_point); |