Index: third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp |
index df7c9dcae36996923c682e672b784ad0264af513..827c8dc0847204dd406adb8b04844077787ae2e9 100644 |
--- a/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp |
@@ -35,7 +35,8 @@ TEST(FontCacheAndroid, genericFamilyNameForScript) { |
if (FontFamilyNames::webkit_standard.isEmpty()) |
FontFamilyNames::init(); |
- // For non-CJK, getGenericFamilyNameForScript should return the given familyName. |
+ // For non-CJK, getGenericFamilyNameForScript should return the given |
+ // familyName. |
EXPECT_EQ(FontFamilyNames::webkit_standard, |
FontCache::getGenericFamilyNameForScript( |
FontFamilyNames::webkit_standard, english)); |
@@ -43,7 +44,8 @@ TEST(FontCacheAndroid, genericFamilyNameForScript) { |
FontCache::getGenericFamilyNameForScript( |
FontFamilyNames::webkit_monospace, english)); |
- // For CJK, getGenericFamilyNameForScript should return CJK fonts except monospace. |
+ // For CJK, getGenericFamilyNameForScript should return CJK fonts except |
+ // monospace. |
EXPECT_NE(FontFamilyNames::webkit_standard, |
FontCache::getGenericFamilyNameForScript( |
FontFamilyNames::webkit_standard, chinese)); |