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

Unified Diff: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp

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/ArrayBufferContents.cpp
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
index 30fbd6188a7edeb9d1cd57ceefebf55114d00c69..f0b2b9143c431ad737cde9c783fcf9b723e9f7a3 100644
--- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
+++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferContents.cpp
@@ -26,10 +26,10 @@
#include "wtf/typed_arrays/ArrayBufferContents.h"
+#include <string.h>
#include "base/allocator/partition_allocator/partition_alloc.h"
#include "wtf/Assertions.h"
#include "wtf/allocator/Partitions.h"
-#include <string.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698