Index: ash/wm/system_modal_container_event_filter_delegate.h |
diff --git a/ash/wm/system_modal_container_event_filter_delegate.h b/ash/wm/system_modal_container_event_filter_delegate.h |
index 4e27d0000c9195a28fc9bc011237bb6337e41181..a5765f62205c01653b3d9d866a0e0d20669a9ac9 100644 |
--- a/ash/wm/system_modal_container_event_filter_delegate.h |
+++ b/ash/wm/system_modal_container_event_filter_delegate.h |
@@ -12,7 +12,6 @@ class Window; |
} |
namespace ash { |
-namespace internal { |
class ASH_EXPORT SystemModalContainerEventFilterDelegate { |
public: |
@@ -20,7 +19,6 @@ class ASH_EXPORT SystemModalContainerEventFilterDelegate { |
virtual bool CanWindowReceiveEvents(aura::Window* window) = 0; |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_WM_MODALITY_EVENT_FILTER_DELEGATE_H_ |