| Index: third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
 | 
| index 5903d76658f7a11545f393fe82cbda6a44e9dad3..c6447b4ffdfb2df3770bd4bc19381fce86491e9d 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp
 | 
| @@ -20,7 +20,7 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -class HTMLInputElementTest : public testing::Test {
 | 
| +class HTMLInputElementTest : public ::testing::Test {
 | 
|   protected:
 | 
|    Document& GetDocument() { return page_holder_->GetDocument(); }
 | 
|    HTMLInputElement& TestElement() {
 | 
| 
 |