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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextEncodingRegistry.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/TextEncodingRegistry.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/text/TextEncodingRegistry.cpp b/third_party/WebKit/Source/platform/wtf/text/TextEncodingRegistry.cpp
index b0709fb2259c942b2e3b86cc0e56df8cdef169fa..7057b10e4b32426c6496fe0992577b02f29bf5c7 100644
--- a/third_party/WebKit/Source/platform/wtf/text/TextEncodingRegistry.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/TextEncodingRegistry.cpp
@@ -26,6 +26,7 @@
#include "platform/wtf/text/TextEncodingRegistry.h"
+#include <memory>
#include "platform/wtf/ASCIICType.h"
#include "platform/wtf/Atomics.h"
#include "platform/wtf/CurrentTime.h"
@@ -42,7 +43,6 @@
#include "platform/wtf/text/TextCodecUTF8.h"
#include "platform/wtf/text/TextCodecUserDefined.h"
#include "platform/wtf/text/TextEncoding.h"
-#include <memory>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698