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

Unified Diff: third_party/WebKit/Source/platform/Decimal.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
« no previous file with comments | « third_party/WebKit/Source/platform/DateComponents.h ('k') | third_party/WebKit/Source/platform/Decimal.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/Decimal.h
diff --git a/third_party/WebKit/Source/platform/Decimal.h b/third_party/WebKit/Source/platform/Decimal.h
index f00631a52fea0781e51a2b104fd68f65b6445d4d..cebbf61df8abea8cefa8bc9fb2a1b1bbe16f598f 100644
--- a/third_party/WebKit/Source/platform/Decimal.h
+++ b/third_party/WebKit/Source/platform/Decimal.h
@@ -31,11 +31,11 @@
#ifndef Decimal_h
#define Decimal_h
+#include <stdint.h>
#include "platform/PlatformExport.h"
#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
#include "wtf/text/WTFString.h"
-#include <stdint.h>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/DateComponents.h ('k') | third_party/WebKit/Source/platform/Decimal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698