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

Unified Diff: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.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/typed_arrays/ArrayBufferView.h
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
index 61689039b01ae54b32aa6900c4619631c9047906..b51662f42b4d1a8bdb18e8a6febb9266f9cf534d 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
+++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferView.h
@@ -26,12 +26,12 @@
#ifndef ArrayBufferView_h
#define ArrayBufferView_h
+#include <limits.h>
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
#include "wtf/WTFExport.h"
#include "wtf/typed_arrays/ArrayBuffer.h"
-#include <limits.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698