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

Unified Diff: ash/wm/overview/window_selector_controller.h

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
« no previous file with comments | « ash/wm/overview/window_selector.h ('k') | ash/wm/overview/window_selector_panels.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_controller.h
diff --git a/ash/wm/overview/window_selector_controller.h b/ash/wm/overview/window_selector_controller.h
index 2bd9697a31a4cf81d6b37abd0c93e5743343c2f5..18104f8c0336c85dac25dd23cfaaedc99a4003af 100644
--- a/ash/wm/overview/window_selector_controller.h
+++ b/ash/wm/overview/window_selector_controller.h
@@ -21,12 +21,8 @@ class Window;
}
namespace ash {
-
-namespace internal {
-class WindowSelectorTest;
-}
-
class WindowSelector;
+class WindowSelectorTest;
// Manages a window selector which displays an overview of all windows and
// allows selecting a window to activate it.
@@ -58,7 +54,7 @@ class ASH_EXPORT WindowSelectorController
virtual void OnSelectionCanceled() OVERRIDE;
private:
- friend class internal::WindowSelectorTest;
+ friend class WindowSelectorTest;
// Dispatched when window selection begins.
void OnSelectionStarted();
« no previous file with comments | « ash/wm/overview/window_selector.h ('k') | ash/wm/overview/window_selector_panels.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698