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

Unified Diff: third_party/WebKit/Source/wtf/text/ASCIIFastPath.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/wtf/text/ASCIIFastPath.h
diff --git a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h b/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
index 2f3433f5e4925fd5ab3fba4acbd22676efa25750..3d54aa237a40473d1307177ff9a18e842467aa31 100644
--- a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
+++ b/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
@@ -22,11 +22,11 @@
#ifndef ASCIIFastPath_h
#define ASCIIFastPath_h
+#include <stdint.h>
#include "wtf/Alignment.h"
#include "wtf/CPU.h"
#include "wtf/StdLibExtras.h"
#include "wtf/text/Unicode.h"
-#include <stdint.h>
#if OS(MACOSX) && (CPU(X86) || CPU(X86_64))
#include <emmintrin.h>
« no previous file with comments | « third_party/WebKit/Source/wtf/testing/RunAllTests.cpp ('k') | third_party/WebKit/Source/wtf/text/AtomicString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698