Index: ash/wm/overview/window_selector.h |
diff --git a/ash/wm/overview/window_selector.h b/ash/wm/overview/window_selector.h |
index d34c90184da0962d52caca40c72b980945d128b5..2139a17329afa2d38c0d439e91065cfcaf28d4ce 100644 |
--- a/ash/wm/overview/window_selector.h |
+++ b/ash/wm/overview/window_selector.h |
@@ -25,15 +25,11 @@ class EventHandler; |
} |
namespace ash { |
- |
-namespace internal { |
-class WindowSelectorTest; |
-} |
- |
class ScopedShowWindow; |
class WindowOverview; |
class WindowSelectorDelegate; |
class WindowSelectorItem; |
+class WindowSelectorTest; |
// The WindowSelector allows selecting a window by alt-tabbing (CYCLE mode) or |
// by clicking or tapping on it (OVERVIEW mode). A WindowOverview will be shown |
@@ -87,7 +83,7 @@ class ASH_EXPORT WindowSelector |
aura::Window* actual_active) OVERRIDE; |
private: |
- friend class internal::WindowSelectorTest; |
+ friend class WindowSelectorTest; |
// Begins positioning windows such that all windows are visible on the screen. |
void StartOverview(); |