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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioChannel.cpp

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/audio/AudioChannel.cpp
diff --git a/third_party/WebKit/Source/platform/audio/AudioChannel.cpp b/third_party/WebKit/Source/platform/audio/AudioChannel.cpp
index b1a3a9a4c413a5fe5563c156464d60fd9e0bf1c8..5e14bf2f6f7baf6ac8b66c6bf8243e5765321e4a 100644
--- a/third_party/WebKit/Source/platform/audio/AudioChannel.cpp
+++ b/third_party/WebKit/Source/platform/audio/AudioChannel.cpp
@@ -27,9 +27,9 @@
*/
#include "platform/audio/AudioChannel.h"
-#include "platform/audio/VectorMath.h"
-#include <algorithm>
#include <math.h>
+#include <algorithm>
+#include "platform/audio/VectorMath.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698