| Index: sky/engine/bindings/exception_messages.h
|
| diff --git a/sky/engine/bindings2/exception_messages.h b/sky/engine/bindings/exception_messages.h
|
| similarity index 97%
|
| rename from sky/engine/bindings2/exception_messages.h
|
| rename to sky/engine/bindings/exception_messages.h
|
| index 1a40c794c76de0abf51c7bdcae66d6bdaa847182..56750e32c99634ad95f7175f6b15d7deb75a8e81 100644
|
| --- a/sky/engine/bindings2/exception_messages.h
|
| +++ b/sky/engine/bindings/exception_messages.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_EXCEPTIONMESSAGES_H_
|
| -#define SKY_ENGINE_BINDINGS2_EXCEPTIONMESSAGES_H_
|
| +#ifndef SKY_ENGINE_BINDINGS_EXCEPTIONMESSAGES_H_
|
| +#define SKY_ENGINE_BINDINGS_EXCEPTIONMESSAGES_H_
|
|
|
| #include "sky/engine/wtf/MathExtras.h"
|
| #include "sky/engine/wtf/text/StringBuilder.h"
|
| @@ -152,4 +152,4 @@ String ExceptionMessages::formatNumber<double>(double number);
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_BINDINGS2_EXCEPTIONMESSAGES_H_
|
| +#endif // SKY_ENGINE_BINDINGS_EXCEPTIONMESSAGES_H_
|
|
|