| Index: sky/engine/core/editing/DOMSelection.h
|
| diff --git a/sky/engine/core/editing/DOMSelection.h b/sky/engine/core/editing/DOMSelection.h
|
| index a1ad21ffd4c0718d3638c1d65e7fd2ed0920d0ba..6159c7263c3009a659f79f95fa53e74d3fbdfb55 100644
|
| --- a/sky/engine/core/editing/DOMSelection.h
|
| +++ b/sky/engine/core/editing/DOMSelection.h
|
| @@ -28,8 +28,8 @@
|
| */
|
|
|
|
|
| -#ifndef DOMSelection_h
|
| -#define DOMSelection_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_DOMSELECTION_H_
|
| +#define SKY_ENGINE_CORE_EDITING_DOMSELECTION_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/frame/DOMWindowProperty.h"
|
| @@ -114,4 +114,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DOMSelection_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_DOMSELECTION_H_
|
|
|