| Index: third_party/WebKit/Source/core/exported/WebElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebElementTest.cpp b/third_party/WebKit/Source/core/exported/WebElementTest.cpp
|
| index 29bc0bed54b44a6ba7e4844997864baa01590a74..abbe75b1d621a91801afe6785282b02645a3ffd3 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebElementTest.cpp
|
| @@ -60,7 +60,7 @@ static const char kBlockWithEmptyInlines[] =
|
| " <span></span> "
|
| "</div>";
|
|
|
| -class WebElementTest : public testing::Test {
|
| +class WebElementTest : public ::testing::Test {
|
| protected:
|
| Document& GetDocument() { return page_holder_->GetDocument(); }
|
| void InsertHTML(String html);
|
|
|