Index: third_party/WebKit/Source/platform/text/PlatformLocaleTest.cpp |
diff --git a/third_party/WebKit/Source/platform/text/PlatformLocaleTest.cpp b/third_party/WebKit/Source/platform/text/PlatformLocaleTest.cpp |
index a88a7d16b100f044d6c7851b00ddd9ffb150bee3..bd07db7fc203225304f32064053241afb4cebe8d 100644 |
--- a/third_party/WebKit/Source/platform/text/PlatformLocaleTest.cpp |
+++ b/third_party/WebKit/Source/platform/text/PlatformLocaleTest.cpp |
@@ -15,4 +15,4 @@ TEST(PlatformLocaleTest, StripInvalidNumberCharacters) { |
// ARABIC-INDIC DIGIT ZERO U+0660 = \xD9\xA0 in UTF-8 |
EXPECT_EQ(String::FromUTF8("\xD9\xA0"), result); |
} |
-} |
+} // namespace blink |