Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
| index 3595d7f36d7aa7b496d78254e332ba2d978a2abd..bb4454211d24b356922304499d9c8ac8525a6296 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp |
| @@ -53,7 +53,7 @@ |
| namespace blink { |
| -class GraphicsLayerTest : public testing::Test { |
| +class GraphicsLayerTest : public ::testing::Test { |
| public: |
| GraphicsLayerTest() { |
| clip_layer_ = WTF::WrapUnique(new FakeGraphicsLayer(&client_)); |