Index: third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp |
index e814c1fafeb74c2ef676bf779f4cc6dd53be3f82..a5772f2cc80c0591208502e5c374a518a3dd8408 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImplTest.cpp |
@@ -5,6 +5,7 @@ |
#include "core/editing/markers/SpellCheckMarkerListImpl.h" |
#include "core/editing/markers/RenderedDocumentMarker.h" |
+#include "core/editing/markers/SpellingMarkerListImpl.h" |
#include "platform/heap/Handle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -12,8 +13,7 @@ namespace blink { |
class SpellCheckMarkerListImplTest : public ::testing::Test { |
protected: |
- SpellCheckMarkerListImplTest() |
- : marker_list_(new SpellCheckMarkerListImpl()) {} |
+ SpellCheckMarkerListImplTest() : marker_list_(new SpellingMarkerListImpl()) {} |
DocumentMarker* CreateMarker(unsigned start_offset, unsigned end_offset) { |
return new DocumentMarker(DocumentMarker::kSpelling, start_offset, |