Index: ash/shelf/shelf_bezel_event_filter.cc |
diff --git a/ash/shelf/shelf_bezel_event_filter.cc b/ash/shelf/shelf_bezel_event_filter.cc |
index 2c4f6485cd417c9e36871a49db9bd4a925d95ceb..513a94908ce3853d9dfad047bd8e4f5f2580924c 100644 |
--- a/ash/shelf/shelf_bezel_event_filter.cc |
+++ b/ash/shelf/shelf_bezel_event_filter.cc |
@@ -10,7 +10,6 @@ |
#include "ui/aura/window.h" |
namespace ash { |
-namespace internal { |
ShelfBezelEventFilter::ShelfBezelEventFilter( |
ShelfLayoutManager* shelf) |
@@ -74,5 +73,4 @@ bool ShelfBezelEventFilter::IsShelfOnBezel( |
return false; |
} |
-} // namespace internal |
} // namespace ash |