Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/TextStream.h |
| diff --git a/third_party/WebKit/Source/platform/text/TextStream.h b/third_party/WebKit/Source/platform/text/TextStream.h |
| index b23c12c31fc6e4946492f38f263051e62f6daae7..34fa2db5aad594ae371395c4e9ff0b367611fa12 100644 |
| --- a/third_party/WebKit/Source/platform/text/TextStream.h |
| +++ b/third_party/WebKit/Source/platform/text/TextStream.h |
| @@ -100,6 +100,6 @@ TextStream& operator<<(TextStream& ts, const Vector<Item>& vector) |
| return ts; |
| } |
| -} |
| +} // namespace blink |
| #endif |