| Index: third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp
|
| index 2d1f8a8c2473aa051c9f1d49c61e2ec29ef1d37f..7747d29cea8a826806269079d15a42551d53d5bc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElementTest.cpp
|
| @@ -14,7 +14,7 @@ namespace blink {
|
|
|
| const int kViewportWidth = 500;
|
| const int kViewportHeight = 600;
|
| -class HTMLImageElementTest : public testing::Test {
|
| +class HTMLImageElementTest : public ::testing::Test {
|
| protected:
|
| HTMLImageElementTest()
|
| : dummy_page_holder_(
|
|
|