| Index: third_party/WebKit/Source/core/dom/ModuleMapTest.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/ModuleMapTest.cpp b/third_party/WebKit/Source/core/dom/ModuleMapTest.cpp
 | 
| index 21b812502bc79fa51fdd21b52a77f472725a911d..f5a92a973578680f2d8bb62ae50e6ad9f4316c6b 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/ModuleMapTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/ModuleMapTest.cpp
 | 
| @@ -146,7 +146,7 @@ void ModuleMapTestModulator::ResolveFetches() {
 | 
|    test_requests_.clear();
 | 
|  }
 | 
|  
 | 
| -class ModuleMapTest : public testing::Test {
 | 
| +class ModuleMapTest : public ::testing::Test {
 | 
|   public:
 | 
|    void SetUp() override;
 | 
|  
 | 
| 
 |