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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.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/mediastream/MediaStreamWebAudioSource.cpp
diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp b/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
index 5bd7346d0ad2f2fde3a930403b36d5f0f8f00b8a..0b70a16ae504f2f72657e199c8e085205322b75f 100644
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
@@ -28,10 +28,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/audio/AudioBus.h"
#include "platform/mediastream/MediaStreamWebAudioSource.h"
-#include "public/platform/WebAudioSourceProvider.h"
#include <memory>
+#include "platform/audio/AudioBus.h"
+#include "public/platform/WebAudioSourceProvider.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698