| Index: sky/engine/core/dom/DocumentParser.h
|
| diff --git a/sky/engine/core/dom/DocumentParser.h b/sky/engine/core/dom/DocumentParser.h
|
| index 8dd36ac53b10cd325ed16a4ce719008442d01b97..058970a9586b354cc3000c47db2a9a4ddccdb304 100644
|
| --- a/sky/engine/core/dom/DocumentParser.h
|
| +++ b/sky/engine/core/dom/DocumentParser.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| */
|
|
|
| -#ifndef DocumentParser_h
|
| -#define DocumentParser_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOCUMENTPARSER_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOCUMENTPARSER_H_
|
|
|
| #include "base/callback_forward.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| @@ -94,4 +94,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DocumentParser_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOCUMENTPARSER_H_
|
|
|