Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp |
| diff --git a/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp b/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp |
| index 917473f4dcc029820801187721c517a5834b48a4..c7cca37535b69525f320e7791e96eb1f3c35a55b 100644 |
| --- a/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp |
| +++ b/third_party/WebKit/Source/core/editing/commands/FormatBlockCommand.cpp |
| @@ -173,4 +173,4 @@ Node* enclosingBlockToSplitTreeTo(Node* startNode) |
| return lastBlock; |
| } |
| -} |
| +} // namespace blink |