Index: ash/wm/event_client_impl.h |
diff --git a/ash/wm/event_client_impl.h b/ash/wm/event_client_impl.h |
index b38228be942c40f561fe46fe35caa84fc54ea7e7..da243f9ee46399fbc142154a3aca9cb90ce4888f 100644 |
--- a/ash/wm/event_client_impl.h |
+++ b/ash/wm/event_client_impl.h |
@@ -11,7 +11,6 @@ |
#include "ui/aura/client/event_client.h" |
namespace ash { |
-namespace internal { |
class EventClientImpl : public aura::client::EventClient { |
public: |
@@ -27,7 +26,6 @@ class EventClientImpl : public aura::client::EventClient { |
DISALLOW_COPY_AND_ASSIGN(EventClientImpl); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_WM_EVENT_CLIENT_IMPL_H_ |