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

Unified Diff: ash/display/mouse_cursor_event_filter.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/display/mirror_window_controller_unittest.cc ('k') | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/mouse_cursor_event_filter.h
diff --git a/ash/display/mouse_cursor_event_filter.h b/ash/display/mouse_cursor_event_filter.h
index b05456e904896c1f0b44c2999f3fcd76bc01d404..e7201ed9c32c25a34e7ce25aa308e681cb7dcc0b 100644
--- a/ash/display/mouse_cursor_event_filter.h
+++ b/ash/display/mouse_cursor_event_filter.h
@@ -19,8 +19,6 @@ class Window;
namespace ash {
class DisplayController;
-
-namespace internal {
class SharedDisplayEdgeIndicator;
// An event filter that controls mouse location in extended desktop
@@ -99,7 +97,6 @@ class ASH_EXPORT MouseCursorEventFilter : public ui::EventHandler {
DISALLOW_COPY_AND_ASSIGN(MouseCursorEventFilter);
};
-} // namespace internal
} // namespace ash
#endif // ASH_DISPLAY_MOUSE_CURSOR_EVENT_FILTER_H
« no previous file with comments | « ash/display/mirror_window_controller_unittest.cc ('k') | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698