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

Unified Diff: ash/wm/workspace/workspace_event_handler.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/workspace/two_step_edge_cycler.cc ('k') | ash/wm/workspace/workspace_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_event_handler.h
diff --git a/ash/wm/workspace/workspace_event_handler.h b/ash/wm/workspace/workspace_event_handler.h
index 65a05ac81d78a1326d5c6a3c1269f3810cdf63f8..f9498217207e99705a39be1f11105f3cefd79003 100644
--- a/ash/wm/workspace/workspace_event_handler.h
+++ b/ash/wm/workspace/workspace_event_handler.h
@@ -9,14 +9,12 @@
#include "ui/events/event_handler.h"
namespace ash {
+class WorkspaceEventHandlerTestHelper;
+
namespace wm {
class WindowState;
}
-namespace internal {
-
-class WorkspaceEventHandlerTestHelper;
-
class WorkspaceEventHandler : public ui::EventHandler {
public:
WorkspaceEventHandler();
@@ -41,7 +39,6 @@ class WorkspaceEventHandler : public ui::EventHandler {
DISALLOW_COPY_AND_ASSIGN(WorkspaceEventHandler);
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_WORKSPACE_WORKSPACE_EVENT_HANDLER_H_
« no previous file with comments | « ash/wm/workspace/two_step_edge_cycler.cc ('k') | ash/wm/workspace/workspace_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698