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

Unified Diff: Source/core/editing/FrameSelection.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/DragCaretController.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index b53748be86c4378f199760db970a88e87fa5e447..82ec59fbc4414ef4770a0362740f05b84f2bdcc7 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -28,7 +28,7 @@
#include "core/CoreExport.h"
#include "core/dom/Range.h"
-#include "core/editing/Caret.h"
+#include "core/editing/CaretBase.h"
#include "core/editing/EditingStyle.h"
#include "core/editing/EphemeralRange.h"
#include "core/editing/VisiblePosition.h"
« no previous file with comments | « Source/core/editing/DragCaretController.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698