| Index: sky/engine/core/dom/PositionIterator.h
|
| diff --git a/sky/engine/core/dom/PositionIterator.h b/sky/engine/core/dom/PositionIterator.h
|
| index a75ef49c9eb46a64da418fb8c3c5189530f3c1f4..d7b1c771164c966f22cc28bd3c664b3876af1443 100644
|
| --- a/sky/engine/core/dom/PositionIterator.h
|
| +++ b/sky/engine/core/dom/PositionIterator.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PositionIterator_h
|
| -#define PositionIterator_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_POSITIONITERATOR_H_
|
| +#define SKY_ENGINE_CORE_DOM_POSITIONITERATOR_H_
|
|
|
| #include "sky/engine/core/dom/Node.h"
|
| #include "sky/engine/core/dom/NodeTraversal.h"
|
| @@ -73,4 +73,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // PositionIterator_h
|
| +#endif // SKY_ENGINE_CORE_DOM_POSITIONITERATOR_H_
|
|
|