| Index: third_party/WebKit/Source/wtf/ListHashSetTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/ListHashSetTest.cpp b/third_party/WebKit/Source/wtf/ListHashSetTest.cpp
|
| index 49918d49ea11325af2034e774e01bfde05bc2da8..cfc6266c2602e65ca58e23448c605dcdff16e2db 100644
|
| --- a/third_party/WebKit/Source/wtf/ListHashSetTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/ListHashSetTest.cpp
|
| @@ -695,7 +695,8 @@ TYPED_TEST(ListOrLinkedHashSetCountCopyTest, MoveAssignmentShouldNotMakeACopy) {
|
|
|
| class MoveOnly {
|
| public:
|
| - // kEmpty and kDeleted have special meanings when MoveOnly is used as the key of a hash table.
|
| + // kEmpty and kDeleted have special meanings when MoveOnly is used as the key
|
| + // of a hash table.
|
| enum { kEmpty = 0, kDeleted = -1, kMovedOut = -2 };
|
|
|
| explicit MoveOnly(int value = kEmpty, int id = 0)
|
|
|