Index: third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.cpp |
diff --git a/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.cpp |
index fe59b2a632e1a506cda60e9f8978b5b22b97fa22..25b37f0bef445b3562348aa6399aab05c520f6e0 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.cpp |
+++ b/third_party/WebKit/Source/core/editing/commands/TextInsertionBaseCommand.cpp |
@@ -81,4 +81,4 @@ bool canAppendNewLineFeedToSelection(const VisibleSelection& selection) |
return event->text().length(); |
} |
-} |
+} // namespace blink |