| Index: third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp b/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
|
| index 5ba05fe45a082784013c94efaeb9e1fd4efe96b4..8f0c465502bca8075ac3bf136d3d3b464da0e0e1 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/api/SelectionStateTest.cpp
|
| @@ -19,7 +19,7 @@ TEST(SelectionStateTest, StreamOutput) {
|
| {
|
| std::stringstream string_stream;
|
| string_stream << SelectionState::kStartAndEnd;
|
| - EXPECT_EQ("Both", string_stream.str());
|
| + EXPECT_EQ("StartAndEnd", string_stream.str());
|
| }
|
| }
|
|
|
|
|