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

Unified Diff: Source/core/editing/DragCaretController.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/CaretBase.cpp ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/DragCaretController.h
diff --git a/Source/core/editing/DragCaretController.h b/Source/core/editing/DragCaretController.h
index f05418dfd8690567a6b5aba74852d2de5947b61a..caf11498118fb26ae663643b402d5cdb93e2ae4b 100644
--- a/Source/core/editing/DragCaretController.h
+++ b/Source/core/editing/DragCaretController.h
@@ -26,7 +26,7 @@
#ifndef DragCaretController_h
#define DragCaretController_h
-#include "core/editing/Caret.h"
+#include "core/editing/CaretBase.h"
namespace blink {
« no previous file with comments | « Source/core/editing/CaretBase.cpp ('k') | Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698