| Index: sky/engine/core/editing/RemoveNodePreservingChildrenCommand.h
|
| diff --git a/sky/engine/core/editing/RemoveNodePreservingChildrenCommand.h b/sky/engine/core/editing/RemoveNodePreservingChildrenCommand.h
|
| index ae863335ccc99071b60616b581def82634f3a9e0..931b224f6ce6fde5b239305d6e58cc5da231f05d 100644
|
| --- a/sky/engine/core/editing/RemoveNodePreservingChildrenCommand.h
|
| +++ b/sky/engine/core/editing/RemoveNodePreservingChildrenCommand.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef RemoveNodePreservingChildrenCommand_h
|
| -#define RemoveNodePreservingChildrenCommand_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_REMOVENODEPRESERVINGCHILDRENCOMMAND_H_
|
| +#define SKY_ENGINE_CORE_EDITING_REMOVENODEPRESERVINGCHILDRENCOMMAND_H_
|
|
|
| #include "sky/engine/core/editing/CompositeEditCommand.h"
|
|
|
| @@ -48,4 +48,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // RemoveNodePreservingChildrenCommand_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_REMOVENODEPRESERVINGCHILDRENCOMMAND_H_
|
|
|