Index: third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp |
diff --git a/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp b/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp |
index 6cd6f6d9c6b1c9a2de82f7a3797e990c915567f4..b1e9618fd73b729f7bcd8f69c2adaf72f406f51b 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp |
@@ -108,6 +108,6 @@ static USet* GetSmartSet(bool is_previous_character) { |
bool IsCharacterSmartReplaceExempt(UChar32 c, bool is_previous_character) { |
return uset_contains(GetSmartSet(is_previous_character), c); |
} |
-} |
+} // namespace blink |
#endif // !OS(MACOSX) |