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

Unified Diff: third_party/WebKit/Source/platform/text/LocaleICU.h

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/platform/text/LocaleICU.h
diff --git a/third_party/WebKit/Source/platform/text/LocaleICU.h b/third_party/WebKit/Source/platform/text/LocaleICU.h
index 42626a0d80fd06fbe6088102f5296ea22ee1d24b..0b5f8b6974603ef2c8dc046b9a9e698cb2e8bee3 100644
--- a/third_party/WebKit/Source/platform/text/LocaleICU.h
+++ b/third_party/WebKit/Source/platform/text/LocaleICU.h
@@ -31,14 +31,14 @@
#ifndef LocaleICU_h
#define LocaleICU_h
+#include <unicode/udat.h>
+#include <unicode/unum.h>
+#include <memory>
#include "platform/DateComponents.h"
#include "platform/text/PlatformLocale.h"
#include "wtf/Forward.h"
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"
-#include <memory>
-#include <unicode/udat.h>
-#include <unicode/unum.h>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/text/ICUError.h ('k') | third_party/WebKit/Source/platform/text/LocaleICU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698