Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/TextRun.cpp |
| diff --git a/third_party/WebKit/Source/platform/text/TextRun.cpp b/third_party/WebKit/Source/platform/text/TextRun.cpp |
| index 1ade95b4bfe587b7f5d84d133c0f4d09eed09ef8..18c1d61d08ad5244961c4752226d7befcc545da0 100644 |
| --- a/third_party/WebKit/Source/platform/text/TextRun.cpp |
| +++ b/third_party/WebKit/Source/platform/text/TextRun.cpp |
| @@ -57,4 +57,4 @@ void TextRun::setText(const String& string) |
| m_data.characters16 = string.characters16(); |
| } |
| -} |
| +} // namespace blink |