| Index: third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
|
| index 1f05e6e79d7b688b38226b251a53147ffb1b1964..c07969f77185a4066837143ba54a3d6780e66aa7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
|
| @@ -16,7 +16,7 @@ using Seq = std::vector<char>;
|
| using Backtrack = std::pair<size_t, size_t>;
|
| }
|
|
|
| -class HTMLSlotElementTest : public testing::Test {
|
| +class HTMLSlotElementTest : public ::testing::Test {
|
| protected:
|
| HTMLSlotElementTest() {}
|
| Seq LongestCommonSubsequence(const Seq& seq1, const Seq& seq2);
|
|
|