| Index: sky/engine/core/dom/SpaceSplitString.h
|
| diff --git a/sky/engine/core/dom/SpaceSplitString.h b/sky/engine/core/dom/SpaceSplitString.h
|
| index 5e93133822cc9a7ea6763cd3531c3b567ab7aba4..687db362b07b1013fe15ad745baf31365e5a9084 100644
|
| --- a/sky/engine/core/dom/SpaceSplitString.h
|
| +++ b/sky/engine/core/dom/SpaceSplitString.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef SpaceSplitString_h
|
| -#define SpaceSplitString_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_SPACESPLITSTRING_H_
|
| +#define SKY_ENGINE_CORE_DOM_SPACESPLITSTRING_H_
|
|
|
| #include "sky/engine/wtf/RefCounted.h"
|
| #include "sky/engine/wtf/Vector.h"
|
| @@ -99,4 +99,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SpaceSplitString_h
|
| +#endif // SKY_ENGINE_CORE_DOM_SPACESPLITSTRING_H_
|
|
|