| Index: sky/engine/core/editing/Caret.h
|
| diff --git a/sky/engine/core/editing/Caret.h b/sky/engine/core/editing/Caret.h
|
| index dd87883f60070a1d1b203b6cdc201fca70115989..68d5ef417a9cb0609b2b7df941bc04e30a2e84d5 100644
|
| --- a/sky/engine/core/editing/Caret.h
|
| +++ b/sky/engine/core/editing/Caret.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Caret_h
|
| -#define Caret_h
|
| +#ifndef SKY_ENGINE_CORE_EDITING_CARET_H_
|
| +#define SKY_ENGINE_CORE_EDITING_CARET_H_
|
|
|
| #include "sky/engine/core/editing/VisiblePosition.h"
|
| #include "sky/engine/platform/geometry/IntRect.h"
|
| @@ -103,4 +103,4 @@ private:
|
| } // namespace blink
|
|
|
|
|
| -#endif // Caret_h
|
| +#endif // SKY_ENGINE_CORE_EDITING_CARET_H_
|
|
|