| Index: sky/engine/core/editing/SplitElementCommand.h
|
| diff --git a/sky/engine/core/editing/SplitElementCommand.h b/sky/engine/core/editing/SplitElementCommand.h
|
| index 5f2669ac66784bf952f9dca6954458fa3969ca48..271d3b2e711b9815edde89c54b585d99ee7fad7f 100644
|
| --- a/sky/engine/core/editing/SplitElementCommand.h
|
| +++ b/sky/engine/core/editing/SplitElementCommand.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SplitElementCommand_h
|
| -#define SplitElementCommand_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_SPLITELEMENTCOMMAND_H_
|
| +#define SKY_ENGINE_CORE_EDITING_SPLITELEMENTCOMMAND_H_
|
|
|
| #include "sky/engine/core/editing/EditCommand.h"
|
|
|
| @@ -52,4 +52,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SplitElementCommand_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_SPLITELEMENTCOMMAND_H_
|
|
|