| Index: sky/engine/bindings/exception_state.h
|
| diff --git a/sky/engine/bindings2/exception_state.h b/sky/engine/bindings/exception_state.h
|
| similarity index 92%
|
| rename from sky/engine/bindings2/exception_state.h
|
| rename to sky/engine/bindings/exception_state.h
|
| index e73b88a6fe501d6aa8c8591fb2b8da6e9bef1f75..edbea950cacdc99e87ceaf584944aa8bc81d5c69 100644
|
| --- a/sky/engine/bindings2/exception_state.h
|
| +++ b/sky/engine/bindings/exception_state.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_EXCEPTION_STATE_H_
|
| -#define SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_H_
|
| +#ifndef SKY_ENGINE_BINDINGS_EXCEPTION_STATE_H_
|
| +#define SKY_ENGINE_BINDINGS_EXCEPTION_STATE_H_
|
|
|
| #include "sky/engine/tonic/dart_persistent_value.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -65,4 +65,4 @@ class TrackExceptionState final : public ExceptionState {};
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_H_
|
| +#endif // SKY_ENGINE_BINDINGS_EXCEPTION_STATE_H_
|
|
|