| Index: sky/engine/core/editing/MoveSelectionCommand.h
|
| diff --git a/sky/engine/core/editing/MoveSelectionCommand.h b/sky/engine/core/editing/MoveSelectionCommand.h
|
| index 0d865db201a98a14087d90a65a11b2d38ea7ba9a..230853e47e4ac48ec61320820a0838871b98c4d7 100644
|
| --- a/sky/engine/core/editing/MoveSelectionCommand.h
|
| +++ b/sky/engine/core/editing/MoveSelectionCommand.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef MoveSelectionCommand_h
|
| -#define MoveSelectionCommand_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_MOVESELECTIONCOMMAND_H_
|
| +#define SKY_ENGINE_CORE_EDITING_MOVESELECTIONCOMMAND_H_
|
|
|
| #include "sky/engine/core/editing/CompositeEditCommand.h"
|
|
|
| @@ -53,4 +53,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // MoveSelectionCommand_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_MOVESELECTIONCOMMAND_H_
|
|
|