| Index: sky/engine/core/editing/MarkupAccumulator.h
|
| diff --git a/sky/engine/core/editing/MarkupAccumulator.h b/sky/engine/core/editing/MarkupAccumulator.h
|
| index 58fd4fa77f4ffdbeee139e4e70a003b1ce4ae879..f7350b036c4e852e0ba81eb2d0da515d8170bdd9 100644
|
| --- a/sky/engine/core/editing/MarkupAccumulator.h
|
| +++ b/sky/engine/core/editing/MarkupAccumulator.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef MarkupAccumulator_h
|
| -#define MarkupAccumulator_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_MARKUPACCUMULATOR_H_
|
| +#define SKY_ENGINE_CORE_EDITING_MARKUPACCUMULATOR_H_
|
|
|
| #include "sky/engine/core/editing/markup.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -103,4 +103,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EDITING_MARKUPACCUMULATOR_H_
|
|
|