| Index: services/window_manager/view_event_dispatcher.h
|
| diff --git a/services/window_manager/view_event_dispatcher.h b/services/window_manager/view_event_dispatcher.h
|
| index 93bbee04f27549c32a055f88047000064f98ac02..399939e7be373035f198b93e47f5dd4705b80fc4 100644
|
| --- a/services/window_manager/view_event_dispatcher.h
|
| +++ b/services/window_manager/view_event_dispatcher.h
|
| @@ -9,7 +9,7 @@
|
| #include "ui/events/event_processor.h"
|
| #include "ui/events/event_target.h"
|
|
|
| -namespace mojo {
|
| +namespace window_manager {
|
|
|
| class ViewTarget;
|
|
|
| @@ -42,6 +42,6 @@ class ViewEventDispatcher : public ui::EventProcessor {
|
| DISALLOW_COPY_AND_ASSIGN(ViewEventDispatcher);
|
| };
|
|
|
| -} // namespace mojo
|
| +} // namespace window_manager
|
|
|
| #endif // SERVICES_WINDOW_MANAGER_VIEW_EVENT_DISPATCHER_H_
|
|
|