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

Unified Diff: third_party/WebKit/Source/platform/audio/ReverbConvolver.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/platform/audio/ReverbConvolver.h
diff --git a/third_party/WebKit/Source/platform/audio/ReverbConvolver.h b/third_party/WebKit/Source/platform/audio/ReverbConvolver.h
index 2e37dc29630dea1f87988f74d17823a40a8d1f9f..f1532b99fbd0b75da6c023f46faf829eb4d3867b 100644
--- a/third_party/WebKit/Source/platform/audio/ReverbConvolver.h
+++ b/third_party/WebKit/Source/platform/audio/ReverbConvolver.h
@@ -29,6 +29,7 @@
#ifndef ReverbConvolver_h
#define ReverbConvolver_h
+#include <memory>
#include "platform/audio/AudioArray.h"
#include "platform/audio/DirectConvolver.h"
#include "platform/audio/FFTConvolver.h"
@@ -37,7 +38,6 @@
#include "platform/audio/ReverbInputBuffer.h"
#include "wtf/Allocator.h"
#include "wtf/Vector.h"
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Reverb.cpp ('k') | third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698