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

Unified Diff: third_party/WebKit/Source/wtf/text/TextCodecICU.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/wtf/text/TextCodecICU.cpp
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp b/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
index 37c7d13eabb52756fd54b699a712651f283a4e5c..eaf4c93e925205c0479a8e2158728c5d690b0c7c 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
+++ b/third_party/WebKit/Source/wtf/text/TextCodecICU.cpp
@@ -26,6 +26,9 @@
#include "wtf/text/TextCodecICU.h"
+#include <unicode/ucnv.h>
+#include <unicode/ucnv_cb.h>
+#include <memory>
#include "wtf/Assertions.h"
#include "wtf/PtrUtil.h"
#include "wtf/StringExtras.h"
@@ -34,9 +37,6 @@
#include "wtf/text/CString.h"
#include "wtf/text/CharacterNames.h"
#include "wtf/text/StringBuilder.h"
-#include <memory>
-#include <unicode/ucnv.h>
-#include <unicode/ucnv_cb.h>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextCodecICU.h ('k') | third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698