| Index: sky/engine/core/editing/ReplaceSelectionCommand.h
|
| diff --git a/sky/engine/core/editing/ReplaceSelectionCommand.h b/sky/engine/core/editing/ReplaceSelectionCommand.h
|
| index 05ca84d5f5cefad0254e0a4787a482943616a7a1..540a7fed29f3f490ad63991858d5e4e31e66d340 100644
|
| --- a/sky/engine/core/editing/ReplaceSelectionCommand.h
|
| +++ b/sky/engine/core/editing/ReplaceSelectionCommand.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ReplaceSelectionCommand_h
|
| -#define ReplaceSelectionCommand_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_REPLACESELECTIONCOMMAND_H_
|
| +#define SKY_ENGINE_CORE_EDITING_REPLACESELECTIONCOMMAND_H_
|
|
|
| #include "sky/engine/core/dom/NodeTraversal.h"
|
| #include "sky/engine/core/editing/CompositeEditCommand.h"
|
| @@ -115,4 +115,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ReplaceSelectionCommand_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_REPLACESELECTIONCOMMAND_H_
|
|
|