Index: chrome/browser/ui/views/tabs/window_finder_ash.cc |
diff --git a/chrome/browser/ui/views/tabs/window_finder_ash.cc b/chrome/browser/ui/views/tabs/window_finder_ash.cc |
index 78499a7fd977e55bd229a1cc35ca459a10634d90..cdd9e68bec853f59554de117612387f18e45cd9a 100644 |
--- a/chrome/browser/ui/views/tabs/window_finder_ash.cc |
+++ b/chrome/browser/ui/views/tabs/window_finder_ash.cc |
@@ -21,8 +21,8 @@ aura::Window* GetLocalProcessWindowAtPointImpl( |
if (!window->IsVisible()) |
return NULL; |
- if (window->id() == ash::internal::kShellWindowId_PhantomWindow || |
- window->id() == ash::internal::kShellWindowId_OverlayContainer) |
+ if (window->id() == ash::kShellWindowId_PhantomWindow || |
+ window->id() == ash::kShellWindowId_OverlayContainer) |
return NULL; |
if (window->layer()->type() == ui::LAYER_TEXTURED) |