| Index: sky/engine/bindings/dart_event_listener.h
|
| diff --git a/sky/engine/bindings2/dart_event_listener.h b/sky/engine/bindings/dart_event_listener.h
|
| similarity index 91%
|
| rename from sky/engine/bindings2/dart_event_listener.h
|
| rename to sky/engine/bindings/dart_event_listener.h
|
| index 2b3d6fdf867102d9889a4cf287cc9f7de4fa8f1c..d8a901731b04ebdb39d2467b9c9f03809276eb26 100644
|
| --- a/sky/engine/bindings2/dart_event_listener.h
|
| +++ b/sky/engine/bindings/dart_event_listener.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 SKY_ENGINE_BINDINGS2_DART_EVENT_LISTENER_H_
|
| -#define SKY_ENGINE_BINDINGS2_DART_EVENT_LISTENER_H_
|
| +#ifndef SKY_ENGINE_BINDINGS_DART_EVENT_LISTENER_H_
|
| +#define SKY_ENGINE_BINDINGS_DART_EVENT_LISTENER_H_
|
|
|
| #include "dart/runtime/include/dart_api.h"
|
| #include "sky/engine/core/events/EventListener.h"
|
| @@ -61,4 +61,4 @@ struct DartConverter<EventListener*> {
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_BINDINGS2_DART_EVENT_LISTENER_H_
|
| +#endif // SKY_ENGINE_BINDINGS_DART_EVENT_LISTENER_H_
|
|
|