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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefinedTest.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/TextCodecUserDefinedTest.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefinedTest.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefinedTest.cpp
index d493ff6106d4c5e5ae9915c46632ec6aefb8d6ed..58b1f27666ab5354560c8c1018ba59739ac60805 100644
--- a/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefinedTest.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefinedTest.cpp
@@ -4,12 +4,12 @@
#include "platform/wtf/text/TextCodecUserDefined.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(TextCodecUserDefinedTest, QuestionMarksAndSurrogates) {
WTF::TextEncoding encoding("x-user-defined");

Powered by Google App Engine
This is Rietveld 408576698