| Index: sky/engine/core/editing/DeleteSelectionCommand.h
|
| diff --git a/sky/engine/core/editing/DeleteSelectionCommand.h b/sky/engine/core/editing/DeleteSelectionCommand.h
|
| index 515f0d89db1d6813ba1ef10a56df21cebda195b3..4958b0a66af9e8aa58c6f89f9fa7035ca09e06e2 100644
|
| --- a/sky/engine/core/editing/DeleteSelectionCommand.h
|
| +++ b/sky/engine/core/editing/DeleteSelectionCommand.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DeleteSelectionCommand_h
|
| -#define DeleteSelectionCommand_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_DELETESELECTIONCOMMAND_H_
|
| +#define SKY_ENGINE_CORE_EDITING_DELETESELECTIONCOMMAND_H_
|
|
|
| #include "sky/engine/core/editing/CompositeEditCommand.h"
|
|
|
| @@ -93,4 +93,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DeleteSelectionCommand_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_DELETESELECTIONCOMMAND_H_
|
|
|