Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/paint/CullRectTest.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/CullRectTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/CullRectTest.cpp |
| index f2950ba0ad6235a52ae3591ae8a643812e38aced..a7c508e46b17b6ee60930a215ca9ddb8454286a0 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/paint/CullRectTest.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/paint/CullRectTest.cpp |
| @@ -10,7 +10,7 @@ |
| namespace blink { |
| -class CullRectTest : public testing::Test { |
| +class CullRectTest : public ::testing::Test { |
| protected: |
| IntRect Rect(const CullRect& cull_rect) { return cull_rect.rect_; } |
| }; |