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

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

Issue 1373773002: Fix check-webkit-style errors in Source/wtf/text/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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.h
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecICU.h b/third_party/WebKit/Source/wtf/text/TextCodecICU.h
index b6efcef096a244c0250a67e66b4ecbd4cade95e7..d440f97a614afa2438d5b2a85fd13bae279bd714 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodecICU.h
+++ b/third_party/WebKit/Source/wtf/text/TextCodecICU.h
@@ -27,9 +27,9 @@
#ifndef TextCodecICU_h
#define TextCodecICU_h
-#include <unicode/utypes.h>
#include "wtf/text/TextCodec.h"
#include "wtf/text/TextEncoding.h"
+#include <unicode/utypes.h>
typedef struct UConverter UConverter;
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextCodec.cpp ('k') | third_party/WebKit/Source/wtf/text/TextCodecICU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698