| Index: sky/engine/bindings/exception_state_placeholder.h
|
| diff --git a/sky/engine/bindings2/exception_state_placeholder.h b/sky/engine/bindings/exception_state_placeholder.h
|
| similarity index 78%
|
| rename from sky/engine/bindings2/exception_state_placeholder.h
|
| rename to sky/engine/bindings/exception_state_placeholder.h
|
| index 7983f832a1826f2b08f2f918aac107eda5c692ef..bc4b524a10e3c0fc44ba803c8c634da0972e089e 100644
|
| --- a/sky/engine/bindings2/exception_state_placeholder.h
|
| +++ b/sky/engine/bindings/exception_state_placeholder.h
|
| @@ -2,10 +2,10 @@
|
| // 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_PLACEHOLDER_H_
|
| -#define SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_PLACEHOLDER_H_
|
| +#ifndef SKY_ENGINE_BINDINGS_EXCEPTION_STATE_PLACEHOLDER_H_
|
| +#define SKY_ENGINE_BINDINGS_EXCEPTION_STATE_PLACEHOLDER_H_
|
|
|
| -#include "sky/engine/bindings2/exception_state.h"
|
| +#include "sky/engine/bindings/exception_state.h"
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
| @@ -36,4 +36,4 @@ class NoExceptionStateAssertionChecker final : public ExceptionState {
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_BINDINGS2_EXCEPTION_STATE_PLACEHOLDER_H_
|
| +#endif // SKY_ENGINE_BINDINGS_EXCEPTION_STATE_PLACEHOLDER_H_
|
|
|