Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/QuotedPrintable.cpp |
| diff --git a/third_party/WebKit/Source/platform/text/QuotedPrintable.cpp b/third_party/WebKit/Source/platform/text/QuotedPrintable.cpp |
| index a0452681edf017a87899012fb95cd204dbba075e..3a5feedc5b0150715ab92cc05ca479311e3300e0 100644 |
| --- a/third_party/WebKit/Source/platform/text/QuotedPrintable.cpp |
| +++ b/third_party/WebKit/Source/platform/text/QuotedPrintable.cpp |
| @@ -151,4 +151,4 @@ void quotedPrintableDecode(const char* data, size_t dataLength, Vector<char>& ou |
| } |
| } |
| -} |
| +} // namespace blink |