Index: ash/shelf/shelf_bezel_event_filter.h |
diff --git a/ash/shelf/shelf_bezel_event_filter.h b/ash/shelf/shelf_bezel_event_filter.h |
index 33d1f5e35b82e2d7cef19bbe2295b275a7ae908e..4bded4a751d101bd591d80e36066c48298133120 100644 |
--- a/ash/shelf/shelf_bezel_event_filter.h |
+++ b/ash/shelf/shelf_bezel_event_filter.h |
@@ -10,7 +10,6 @@ |
#include "ui/gfx/rect.h" |
namespace ash { |
-namespace internal { |
class ShelfLayoutManager; |
// Detects and forwards touch gestures that occur on a bezel sensor to the |
@@ -33,7 +32,6 @@ class ShelfBezelEventFilter : public ui::EventHandler { |
DISALLOW_COPY_AND_ASSIGN(ShelfBezelEventFilter); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_SHELF_SHELF_BEZEL_EVENT_FILTER_H_ |