Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: Source/core/editing/CaretBase.h

Issue 1330573002: Rename Caret.{h,cpp} to CaretBase to match class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/editing/Caret.cpp ('k') | Source/core/editing/CaretBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/editing/Caret.cpp ('k') | Source/core/editing/CaretBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698