| Index: components/mus/event_dispatcher.h
|
| diff --git a/components/view_manager/event_dispatcher.h b/components/mus/event_dispatcher.h
|
| similarity index 93%
|
| rename from components/view_manager/event_dispatcher.h
|
| rename to components/mus/event_dispatcher.h
|
| index 101dc002207007120f19f231d43ba2272a0fb7b5..a30b459ac8b0a11ac1691f849b96bb8e5cc67006 100644
|
| --- a/components/view_manager/event_dispatcher.h
|
| +++ b/components/mus/event_dispatcher.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_VIEW_MANAGER_EVENT_DISPATCHER_H_
|
| -#define COMPONENTS_VIEW_MANAGER_EVENT_DISPATCHER_H_
|
| +#ifndef COMPONENTS_MUS_EVENT_DISPATCHER_H_
|
| +#define COMPONENTS_MUS_EVENT_DISPATCHER_H_
|
|
|
| #include <map>
|
|
|
| @@ -67,4 +67,4 @@ class EventDispatcher {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_EVENT_DISPATCHER_H_
|
| +#endif // COMPONENTS_MUS_EVENT_DISPATCHER_H_
|
|
|