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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.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/TextCodecUserDefined.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
index 97d8d04dd41b69969acfaecb4b377d8a482e5092..5389df38a23a852272359b52ae82382288721e78 100644
--- a/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
@@ -25,12 +25,12 @@
#include "platform/wtf/text/TextCodecUserDefined.h"
+#include <memory>
#include "platform/wtf/PtrUtil.h"
#include "platform/wtf/text/CString.h"
#include "platform/wtf/text/StringBuffer.h"
#include "platform/wtf/text/StringBuilder.h"
#include "platform/wtf/text/WTFString.h"
-#include <memory>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698