| Index: sky/engine/bindings/core/v8/ExceptionMessages.h
|
| diff --git a/sky/engine/bindings/core/v8/ExceptionMessages.h b/sky/engine/bindings/core/v8/ExceptionMessages.h
|
| index fa1891d92d5a152057eb8004124605c5fed5a518..54f74545499c68b32a38471008b979262260b584 100644
|
| --- a/sky/engine/bindings/core/v8/ExceptionMessages.h
|
| +++ b/sky/engine/bindings/core/v8/ExceptionMessages.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ExceptionMessages_h
|
| -#define ExceptionMessages_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONMESSAGES_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONMESSAGES_H_
|
|
|
| #include "sky/engine/wtf/MathExtras.h"
|
| #include "sky/engine/wtf/text/StringBuilder.h"
|
| @@ -161,4 +161,4 @@ template <> String ExceptionMessages::formatNumber<double>(double number);
|
|
|
| } // namespace blink
|
|
|
| -#endif // ExceptionMessages_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONMESSAGES_H_
|
|
|