| Index: ash/wm/modality_event_filter.cc
|
| ===================================================================
|
| --- ash/wm/modality_event_filter.cc (revision 115744)
|
| +++ ash/wm/modality_event_filter.cc (working copy)
|
| @@ -7,7 +7,7 @@
|
| #include "ash/wm/modality_event_filter_delegate.h"
|
| #include "ui/aura/event.h"
|
|
|
| -namespace aura_shell {
|
| +namespace ash {
|
| namespace internal {
|
|
|
| ModalityEventFilter::ModalityEventFilter(aura::Window* container,
|
| @@ -37,4 +37,4 @@
|
| }
|
|
|
| } // namespace internal
|
| -} // namespace aura_shell
|
| +} // namespace ash
|
|
|