| Index: components/mus/event_dispatcher.cc
|
| diff --git a/components/view_manager/event_dispatcher.cc b/components/mus/event_dispatcher.cc
|
| similarity index 88%
|
| rename from components/view_manager/event_dispatcher.cc
|
| rename to components/mus/event_dispatcher.cc
|
| index 18bac6329b20b1f4296d5a8315105f2048c6f9e7..a04e389c099579da3c4d194e169dea6205fd6769 100644
|
| --- a/components/view_manager/event_dispatcher.cc
|
| +++ b/components/mus/event_dispatcher.cc
|
| @@ -2,23 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/view_manager/event_dispatcher.h"
|
| +#include "components/mus/event_dispatcher.h"
|
|
|
| -#include "components/view_manager/server_view.h"
|
| -#include "components/view_manager/view_coordinate_conversions.h"
|
| -#include "components/view_manager/view_locator.h"
|
| -#include "components/view_manager/view_tree_host_impl.h"
|
| +#include "components/mus/server_view.h"
|
| +#include "components/mus/view_coordinate_conversions.h"
|
| +#include "components/mus/view_locator.h"
|
| +#include "components/mus/view_tree_host_impl.h"
|
| #include "ui/gfx/geometry/point.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
|
|
| namespace view_manager {
|
|
|
| EventDispatcher::EventDispatcher(ViewTreeHostImpl* view_tree_host)
|
| - : view_tree_host_(view_tree_host) {
|
| -}
|
| + : view_tree_host_(view_tree_host) {}
|
|
|
| -EventDispatcher::~EventDispatcher() {
|
| -}
|
| +EventDispatcher::~EventDispatcher() {}
|
|
|
| void EventDispatcher::AddAccelerator(uint32_t id,
|
| mojo::KeyboardCode keyboard_code,
|
|
|