| Index: sky/engine/core/editing/ApplyBlockElementCommand.h
|
| diff --git a/sky/engine/core/editing/ApplyBlockElementCommand.h b/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| index c34d201bc8124653ce1e4a57bf0d71d06698d3f0..5a55166c98e264a7df6d58c0c0ed236fb00420b5 100644
|
| --- a/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| +++ b/sky/engine/core/editing/ApplyBlockElementCommand.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ApplyBlockElementCommand_h
|
| -#define ApplyBlockElementCommand_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_APPLYBLOCKELEMENTCOMMAND_H_
|
| +#define SKY_ENGINE_CORE_EDITING_APPLYBLOCKELEMENTCOMMAND_H_
|
|
|
| #include "sky/engine/core/dom/QualifiedName.h"
|
| #include "sky/engine/core/editing/CompositeEditCommand.h"
|
| @@ -58,4 +58,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EDITING_APPLYBLOCKELEMENTCOMMAND_H_
|
|
|