| Index: ash/wm/overlay_event_filter.cc
|
| diff --git a/ash/wm/overlay_event_filter.cc b/ash/wm/overlay_event_filter.cc
|
| index ed4f3161eed8b51d946ba2c3bcb5352c987ab91d..6221e5ed5bd55a9175567dd9beaf548f14b9d79e 100644
|
| --- a/ash/wm/overlay_event_filter.cc
|
| +++ b/ash/wm/overlay_event_filter.cc
|
| @@ -11,7 +11,6 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| OverlayEventFilter::OverlayEventFilter()
|
| : delegate_(NULL) {
|
| @@ -70,5 +69,5 @@ void OverlayEventFilter::Cancel() {
|
| if (delegate_)
|
| delegate_->Cancel();
|
| }
|
| -} // namespace internal
|
| +
|
| } // namespace ash
|
|
|