Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp |
index 9b00d6ce812f1b2f117c130dbb144937e067c53b..11a6a1205b3881dceaa3389ae70606dedee80f10 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp |
@@ -40,7 +40,7 @@ struct SegmenterExpectedRun { |
font_fallback_priority(the_font_fallback_priority) {} |
}; |
-class RunSegmenterTest : public testing::Test { |
+class RunSegmenterTest : public ::testing::Test { |
protected: |
void CheckRuns(const Vector<SegmenterTestRun>& runs, |
FontOrientation orientation) { |