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

Unified Diff: ash/wm/gestures/shelf_gesture_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/gestures/overview_gesture_handler_unittest.cc ('k') | ash/wm/gestures/shelf_gesture_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/gestures/shelf_gesture_handler.h
diff --git a/ash/wm/gestures/shelf_gesture_handler.h b/ash/wm/gestures/shelf_gesture_handler.h
index 90dfd7c923e8ef3ca3cf557de31b57f128a5551c..974bf2b1583ccf2a3d2e61bee30ba16c274cdd0a 100644
--- a/ash/wm/gestures/shelf_gesture_handler.h
+++ b/ash/wm/gestures/shelf_gesture_handler.h
@@ -13,8 +13,6 @@ class GestureEvent;
}
namespace ash {
-namespace internal {
-
class TrayGestureHandler;
// This manages gestures on the shelf (e.g. launcher, status tray) that affects
@@ -37,7 +35,6 @@ class ShelfGestureHandler {
DISALLOW_COPY_AND_ASSIGN(ShelfGestureHandler);
};
-} // namespace internal
} // namespace ash
#endif // ASH_WM_GESTURES_SHELF_GESTURE_HANDLER_H_
« no previous file with comments | « ash/wm/gestures/overview_gesture_handler_unittest.cc ('k') | ash/wm/gestures/shelf_gesture_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698