| Index: third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| index 77e4bafddce038ed579a37bb155042d0aa86197d..a792987721fb663b8d36708870136dabb286b286 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| @@ -23,7 +23,7 @@ struct ExpectedRun {
|
| : limit(the_limit), render_orientation(the_render_orientation) {}
|
| };
|
|
|
| -class OrientationIteratorTest : public testing::Test {
|
| +class OrientationIteratorTest : public ::testing::Test {
|
| protected:
|
| void CheckRuns(const Vector<TestRun>& runs) {
|
| String text(g_empty_string16_bit);
|
|
|