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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h

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/TextCodecICU.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h b/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
index f983a9a5be0d52af2b55111f073e4d2c42e6836b..b60b8c7d7697d46c3f6d18b2c1319293d8364fe0 100644
--- a/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecICU.h
@@ -27,11 +27,11 @@
#ifndef TextCodecICU_h
#define TextCodecICU_h
+#include <unicode/utypes.h>
+#include <memory>
#include "base/gtest_prod_util.h"
#include "platform/wtf/text/TextCodec.h"
#include "platform/wtf/text/TextEncoding.h"
-#include <memory>
-#include <unicode/utypes.h>
typedef struct UConverter UConverter;

Powered by Google App Engine
This is Rietveld 408576698