| Index: sky/engine/core/dom/StyleSheetCandidate.h
|
| diff --git a/sky/engine/core/dom/StyleSheetCandidate.h b/sky/engine/core/dom/StyleSheetCandidate.h
|
| index b25e3a80f271c87df738e34259bbab8a8b8308a0..f719dea0158301ec352567b5258d2fbde9b0db3a 100644
|
| --- a/sky/engine/core/dom/StyleSheetCandidate.h
|
| +++ b/sky/engine/core/dom/StyleSheetCandidate.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef StyleSheetCandidate_h
|
| -#define StyleSheetCandidate_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_STYLESHEETCANDIDATE_H_
|
| +#define SKY_ENGINE_CORE_DOM_STYLESHEETCANDIDATE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/text/AtomicString.h"
|
| @@ -64,5 +64,5 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_STYLESHEETCANDIDATE_H_
|
|
|
|
|