| Index: sky/engine/core/editing/TextIterator.h
|
| diff --git a/sky/engine/core/editing/TextIterator.h b/sky/engine/core/editing/TextIterator.h
|
| index 3dd02d8d14990d088eec22ce7f51348fb88e11d0..8cff26519b57176ea9d89b2f9cd84dc92d542683 100644
|
| --- a/sky/engine/core/editing/TextIterator.h
|
| +++ b/sky/engine/core/editing/TextIterator.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextIterator_h
|
| -#define TextIterator_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_TEXTITERATOR_H_
|
| +#define SKY_ENGINE_CORE_EDITING_TEXTITERATOR_H_
|
|
|
| #include "sky/engine/core/dom/Range.h"
|
| #include "sky/engine/core/editing/FindOptions.h"
|
| @@ -347,4 +347,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_EDITING_TEXTITERATOR_H_
|
|
|