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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.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/ASCIIFastPath.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h b/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
index 9eb431f092ee141038307a9c0e66edb93a40232a..2ba785825da72a8e7893fdaaf3bd097fcf27a0a7 100644
--- a/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
+++ b/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
@@ -22,11 +22,11 @@
#ifndef ASCIIFastPath_h
#define ASCIIFastPath_h
+#include <stdint.h>
#include "platform/wtf/Alignment.h"
#include "platform/wtf/CPU.h"
#include "platform/wtf/StdLibExtras.h"
#include "platform/wtf/text/Unicode.h"
-#include <stdint.h>
#if OS(MACOSX) && (CPU(X86) || CPU(X86_64))
#include <emmintrin.h>

Powered by Google App Engine
This is Rietveld 408576698