| Index: sky/engine/bindings/dart_callback.h
|
| diff --git a/sky/engine/bindings2/dart_callback.h b/sky/engine/bindings/dart_callback.h
|
| similarity index 81%
|
| rename from sky/engine/bindings2/dart_callback.h
|
| rename to sky/engine/bindings/dart_callback.h
|
| index 78c54a636c12fff9c7b183f776b31bc926b7ef5c..166be686d0906dd1acd729c45c1a41932ae7a606 100644
|
| --- a/sky/engine/bindings2/dart_callback.h
|
| +++ b/sky/engine/bindings/dart_callback.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_CALLBACK_H_
|
| -#define SKY_ENGINE_BINDINGS2_DART_CALLBACK_H_
|
| +#ifndef SKY_ENGINE_BINDINGS_DART_CALLBACK_H_
|
| +#define SKY_ENGINE_BINDINGS_DART_CALLBACK_H_
|
|
|
| #include "dart/runtime/include/dart_api.h"
|
| #include "sky/engine/tonic/dart_persistent_value.h"
|
| @@ -27,4 +27,4 @@ class DartCallback {
|
| };
|
| }
|
|
|
| -#endif // SKY_ENGINE_BINDINGS2_DART_CALLBACK_H_
|
| +#endif // SKY_ENGINE_BINDINGS_DART_CALLBACK_H_
|
|
|