Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index f50aa62fe3ecd3cf74b9a122caf26abdbe4d3b05..3f559f5d8e23376525b5441fd06dca021b8ca0fc 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -39,7 +39,6 @@ |
#include "platform/geometry/LayoutRect.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Noncopyable.h" |
-#include <memory> |
namespace blink { |
@@ -302,7 +301,7 @@ private: |
bool m_focused : 1; |
// Controls text granularity used to adjust the selection's extent in moveRangeSelectionExtent. |
- std::unique_ptr<GranularityStrategy> m_granularityStrategy; |
+ OwnPtr<GranularityStrategy> m_granularityStrategy; |
const Member<FrameCaret> m_frameCaret; |
}; |