Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2973)

Unified Diff: chrome/browser/ui/views/tabs/window_finder_ash.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698