| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerTest.cpp b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerTest.cpp
|
| index 1291ad29ae6391d73b7ef2e010d6a062f4d4a41c..4a9b876e50e447454ebff47eb19645a6e728e3e6 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerTest.cpp
|
| @@ -15,7 +15,7 @@ class DocumentMarkerTest : public ::testing::Test {
|
| protected:
|
| DocumentMarker* CreateMarker(unsigned startOffset, unsigned endOffset) {
|
| return new TextMatchMarker(startOffset, endOffset,
|
| - DocumentMarker::MatchStatus::kInactive);
|
| + TextMatchMarker::MatchStatus::kInactive);
|
| }
|
| };
|
|
|
|
|