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

Unified Diff: ash/keyboard_uma_event_filter.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/keyboard_overlay/keyboard_overlay_view.h ('k') | ash/keyboard_uma_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/keyboard_overlay/keyboard_overlay_view.h ('k') | ash/keyboard_uma_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698