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

Unified Diff: third_party/WebKit/Source/platform/wtf/StackUtil.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/StackUtil.h
diff --git a/third_party/WebKit/Source/platform/wtf/StackUtil.h b/third_party/WebKit/Source/platform/wtf/StackUtil.h
index 8a5db2b2d27d5e020ba8ab5078b8573cf2a65443..41228e22be5da0158c14dde2c9ea0af69e9d2ac7 100644
--- a/third_party/WebKit/Source/platform/wtf/StackUtil.h
+++ b/third_party/WebKit/Source/platform/wtf/StackUtil.h
@@ -5,11 +5,11 @@
#ifndef StackUtil_h
#define StackUtil_h
+#include <stddef.h>
+#include <stdint.h>
#include "platform/wtf/Compiler.h"
#include "platform/wtf/WTFExport.h"
#include "platform/wtf/build_config.h"
-#include <stddef.h>
-#include <stdint.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698