Index: third_party/WebKit/Source/core/editing/FrameCaret.cpp |
diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.cpp b/third_party/WebKit/Source/core/editing/FrameCaret.cpp |
index e171e9ee793fd7ea9a521d91c5ffc821bf624ab2..3dc85f1428455e43695cde29d9c5669f642c744b 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameCaret.cpp |
+++ b/third_party/WebKit/Source/core/editing/FrameCaret.cpp |
@@ -25,6 +25,8 @@ |
#include "core/editing/FrameCaret.h" |
+#include "core/frame/LocalFrame.h" |
+ |
namespace blink { |
FrameCaret::FrameCaret(LocalFrame* frame) |