| Index: sky/engine/core/editing/HTMLInterchange.h
|
| diff --git a/sky/engine/core/editing/HTMLInterchange.h b/sky/engine/core/editing/HTMLInterchange.h
|
| index c159d4646f7c47e92098f9cdcc44919b1b0a872d..3a13597527f0b00ea6c0151dc873a87acce96249 100644
|
| --- a/sky/engine/core/editing/HTMLInterchange.h
|
| +++ b/sky/engine/core/editing/HTMLInterchange.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef HTMLInterchange_h
|
| -#define HTMLInterchange_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_HTMLINTERCHANGE_H_
|
| +#define SKY_ENGINE_CORE_EDITING_HTMLINTERCHANGE_H_
|
|
|
| #include "sky/engine/wtf/Forward.h"
|
|
|
| @@ -44,4 +44,4 @@ String convertHTMLTextToInterchangeFormat(const String&, const Text&);
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EDITING_HTMLINTERCHANGE_H_
|
|
|