| Index: sky/engine/core/html/imports/HTMLImportState.h
|
| diff --git a/sky/engine/core/html/imports/HTMLImportState.h b/sky/engine/core/html/imports/HTMLImportState.h
|
| index ad28ac7ad152a5d79ca84daba1b953b4bdeba599..66e9bcc4cf6fa8fc9936e9f990e6ed36b534bc94 100644
|
| --- a/sky/engine/core/html/imports/HTMLImportState.h
|
| +++ b/sky/engine/core/html/imports/HTMLImportState.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HTMLImportState_h
|
| -#define HTMLImportState_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_IMPORTS_HTMLIMPORTSTATE_H_
|
| +#define SKY_ENGINE_CORE_HTML_IMPORTS_HTMLIMPORTSTATE_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| @@ -74,4 +74,4 @@ inline HTMLImportState::Value HTMLImportState::checkedValue() const
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_IMPORTS_HTMLIMPORTSTATE_H_
|
|
|