| Index: Source/core/editing/CaretBase.h
|
| diff --git a/Source/core/editing/Caret.h b/Source/core/editing/CaretBase.h
|
| similarity index 98%
|
| rename from Source/core/editing/Caret.h
|
| rename to Source/core/editing/CaretBase.h
|
| index 7b35261de20d42fc37f91b6ad8e562cf861be1e0..0f56c89c4f78d8f23925c78f1d9b2137e9af05b9 100644
|
| --- a/Source/core/editing/Caret.h
|
| +++ b/Source/core/editing/CaretBase.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Caret_h
|
| -#define Caret_h
|
| +#ifndef CaretBase_h
|
| +#define CaretBase_h
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/editing/VisiblePosition.h"
|
| @@ -74,4 +74,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Caret_h
|
| +#endif // CaretBase_h
|
|
|