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

Unified Diff: ash/test/shell_test_api.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/test/shelf_view_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 12e40b785cb2498c409f1648849692a9b0918989..68c3749f4ddb273309983121aafbf007e6cbcb4a 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -12,20 +12,17 @@ class InputMethodEventFilter;
} // namespace wm
namespace ash {
-class AshNativeCursorManager;
-class ShelfDelegate;
-class ShelfModel;
-class Shell;
-
-namespace internal {
class AppListController;
+class AshNativeCursorManager;
class DragDropController;
class MaximizeModeWindowManager;
class RootWindowLayoutManager;
class ScreenPositionController;
+class ShelfDelegate;
+class ShelfModel;
+class Shell;
class SystemGestureEventFilter;
class WorkspaceController;
-} // namespace internal
namespace test {
@@ -34,16 +31,16 @@ class ShellTestApi {
public:
explicit ShellTestApi(Shell* shell);
- internal::RootWindowLayoutManager* root_window_layout();
+ RootWindowLayoutManager* root_window_layout();
::wm::InputMethodEventFilter* input_method_event_filter();
- internal::SystemGestureEventFilter* system_gesture_event_filter();
- internal::WorkspaceController* workspace_controller();
- internal::ScreenPositionController* screen_position_controller();
+ SystemGestureEventFilter* system_gesture_event_filter();
+ WorkspaceController* workspace_controller();
+ ScreenPositionController* screen_position_controller();
AshNativeCursorManager* ash_native_cursor_manager();
ShelfModel* shelf_model();
- internal::DragDropController* drag_drop_controller();
- internal::AppListController* app_list_controller();
- internal::MaximizeModeWindowManager* maximize_mode_window_manager();
+ DragDropController* drag_drop_controller();
+ AppListController* app_list_controller();
+ MaximizeModeWindowManager* maximize_mode_window_manager();
void DisableOutputConfiguratorAnimation();
// Set ShelfDelegate.
« no previous file with comments | « ash/test/shelf_view_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698