| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| index 7fe06f1ee6b8ab5f6da47fc9f10d96347341f9c3..c09af06fa085e6bdf591a4ea8e88b3b2c09d3ae7 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserTest.cpp
|
| @@ -28,7 +28,7 @@ class TestPrerendererClient : public PrerendererClient {
|
| bool is_prefetch_only_;
|
| };
|
|
|
| -class HTMLDocumentParserTest : public testing::Test {
|
| +class HTMLDocumentParserTest : public ::testing::Test {
|
| protected:
|
| HTMLDocumentParserTest() : dummy_page_holder_(DummyPageHolder::Create()) {
|
| dummy_page_holder_->GetDocument().SetURL(
|
|
|