| Index: third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp
|
| index 672eb43dd259de60c3f5b141c28fbb359a8bf540..20b054927e97bc6336ddcafdc4349f25c85916a2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -class HTMLLinkElementSizesAttributeTest : public testing::Test {};
|
| +class HTMLLinkElementSizesAttributeTest : public ::testing::Test {};
|
|
|
| TEST(HTMLLinkElementSizesAttributeTest,
|
| setSizesPropertyValue_updatesAttribute) {
|
|
|