Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
index 40979e303a5782ba29cfdb901b6124e1204dff59..9412556cc509568f3759fce5c38123772067eb28 100644
--- a/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp
@@ -4,12 +4,12 @@
#include "platform/wtf/text/TextCodecLatin1.h"
+#include <memory>
#include "platform/wtf/text/CString.h"
#include "platform/wtf/text/TextCodec.h"
#include "platform/wtf/text/TextEncoding.h"
#include "platform/wtf/text/TextEncodingRegistry.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include <memory>
TEST(TextCodecLatin1Test, QuestionMarksAndSurrogates) {
WTF::TextEncoding encoding("windows-1252");

Powered by Google App Engine
This is Rietveld 408576698