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

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

Powered by Google App Engine
This is Rietveld 408576698