| Index: sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h
|
| diff --git a/sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h b/sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h
|
| index 34693ae6c1988fbe8aad219ac56ebec43a05d96a..4d8fe54035534983beb86f3883c36a890f62c39b 100644
|
| --- a/sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h
|
| +++ b/sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ExceptionStatePlaceholder_h
|
| -#define ExceptionStatePlaceholder_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONSTATEPLACEHOLDER_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONSTATEPLACEHOLDER_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| #include "sky/engine/wtf/Assertions.h"
|
| @@ -78,4 +78,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ExceptionStatePlaceholder_h
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_EXCEPTIONSTATEPLACEHOLDER_H_
|
|
|