Index: ash/keyboard_uma_event_filter.cc |
diff --git a/ash/keyboard_uma_event_filter.cc b/ash/keyboard_uma_event_filter.cc |
index 6b7ae6bee3851bb23085dd6e977f56a9e1218853..f3864bf033f2fb3b27163d494222cf935565353c 100644 |
--- a/ash/keyboard_uma_event_filter.cc |
+++ b/ash/keyboard_uma_event_filter.cc |
@@ -17,7 +17,6 @@ const int kKeystrokeThresholdInSeconds = 5; |
} |
namespace ash { |
-namespace internal { |
KeyboardUMAEventFilter::KeyboardUMAEventFilter() {} |
@@ -47,5 +46,4 @@ void KeyboardUMAEventFilter::OnKeyEvent(ui::KeyEvent* event) { |
last_keystroke_time_ = event->time_stamp(); |
} |
-} // namespace internal |
} // namespace ash |