| Index: services/window_manager/native_viewport_event_dispatcher_impl.h
|
| diff --git a/services/window_manager/native_viewport_event_dispatcher_impl.h b/services/window_manager/native_viewport_event_dispatcher_impl.h
|
| index 14ff44df207b619c119323858bfbcf80ed1e5cd7..e47022f08d3a1aff4499fea2b7fbaeff4c6d179f 100644
|
| --- a/services/window_manager/native_viewport_event_dispatcher_impl.h
|
| +++ b/services/window_manager/native_viewport_event_dispatcher_impl.h
|
| @@ -9,13 +9,13 @@
|
| #include "mojo/services/public/interfaces/native_viewport/native_viewport.mojom.h"
|
| #include "ui/events/event_source.h"
|
|
|
| -namespace mojo {
|
| +namespace window_manager {
|
|
|
| class WindowManagerApp;
|
|
|
| class NativeViewportEventDispatcherImpl
|
| : public ui::EventSource,
|
| - public InterfaceImpl<NativeViewportEventDispatcher> {
|
| + public mojo::InterfaceImpl<mojo::NativeViewportEventDispatcher> {
|
| public:
|
| explicit NativeViewportEventDispatcherImpl(WindowManagerApp* app);
|
| ~NativeViewportEventDispatcherImpl() override;
|
| @@ -33,6 +33,6 @@ class NativeViewportEventDispatcherImpl
|
| DISALLOW_COPY_AND_ASSIGN(NativeViewportEventDispatcherImpl);
|
| };
|
|
|
| -} // namespace mojo
|
| +} // namespace window_manager
|
|
|
| #endif // SERVICES_WINDOW_MANAGER_NATIVE_VIEWPORT_EVENT_DISPATCHER_IMPL_H_
|
|
|