Index: ash/keyboard_uma_event_filter.h |
diff --git a/ash/keyboard_uma_event_filter.h b/ash/keyboard_uma_event_filter.h |
index b25f2f934e0b63d6c1208463f0c6529d33d3c88d..85ea4c6be0037f077ca6ed8e537d36511d9606b6 100644 |
--- a/ash/keyboard_uma_event_filter.h |
+++ b/ash/keyboard_uma_event_filter.h |
@@ -10,7 +10,6 @@ |
#include "ui/events/event_handler.h" |
namespace ash { |
-namespace internal { |
// EventFilter for tracking keyboard-related metrics, which intercepts events |
// before they are processed by the usual path and logs metrics about the |
@@ -30,7 +29,6 @@ class KeyboardUMAEventFilter : public ui::EventHandler { |
DISALLOW_COPY_AND_ASSIGN(KeyboardUMAEventFilter); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_KEYBOARD_UMA_EVENT_FILTER_H_ |