Index: chrome/browser/ui/views/tabs/window_finder.h |
diff --git a/chrome/browser/ui/views/tabs/window_finder.h b/chrome/browser/ui/views/tabs/window_finder.h |
index 91de6c161da5ee8abd0a969dbdc35f4599a248a4..cb1a5ae204632d76c272d45d7f36bb9195dc2727 100644 |
--- a/chrome/browser/ui/views/tabs/window_finder.h |
+++ b/chrome/browser/ui/views/tabs/window_finder.h |
@@ -19,7 +19,7 @@ class Point; |
// Returns the Window at the specified point, ignoring the windows in |ignore|. |
gfx::NativeWindow GetLocalProcessWindowAtPoint( |
- chrome::HostDesktopType host_desktop_type, |
+ ui::HostDesktopType host_desktop_type, |
const gfx::Point& screen_point, |
const std::set<gfx::NativeWindow>& ignore); |