| Index: sky/engine/bindings/core/v8/ExceptionState.h
|
| diff --git a/sky/engine/bindings/core/v8/ExceptionState.h b/sky/engine/bindings/core/v8/ExceptionState.h
|
| index 0d5b6a442e24db81fc67519cd47c6c461b449d00..7b65599acec3c5202c4a48368f149bfb3ecdc4ed 100644
|
| --- a/sky/engine/bindings/core/v8/ExceptionState.h
|
| +++ b/sky/engine/bindings/core/v8/ExceptionState.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ExceptionState_h
|
| -#define ExceptionState_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONSTATE_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONSTATE_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| #include "sky/engine/bindings/core/v8/ScriptPromise.h"
|
| @@ -147,4 +147,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ExceptionState_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONSTATE_H_
|
|
|