| Index: components/mus/vm/event_dispatcher.h
|
| diff --git a/components/mus/event_dispatcher.h b/components/mus/vm/event_dispatcher.h
|
| similarity index 94%
|
| rename from components/mus/event_dispatcher.h
|
| rename to components/mus/vm/event_dispatcher.h
|
| index 96ef1c68c43e17221370cfa28f42a1c3b9eb8c69..28cecc4f9e388fa11323fa8e02a7a7704bd708b4 100644
|
| --- a/components/mus/event_dispatcher.h
|
| +++ b/components/mus/vm/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_MUS_EVENT_DISPATCHER_H_
|
| -#define COMPONENTS_MUS_EVENT_DISPATCHER_H_
|
| +#ifndef COMPONENTS_MUS_VM_EVENT_DISPATCHER_H_
|
| +#define COMPONENTS_MUS_VM_EVENT_DISPATCHER_H_
|
|
|
| #include <map>
|
|
|
| @@ -80,4 +80,4 @@ class EventDispatcher {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_EVENT_DISPATCHER_H_
|
| +#endif // COMPONENTS_MUS_VM_EVENT_DISPATCHER_H_
|
|
|