Index: third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp b/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp |
index 7d86ac24935158eee33c39344f7cf39f63491abd..cffbcdb9d43290319511fef391a7db7daf3c409e 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/StereoPannerNodeTest.cpp |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <memory> |
#include "core/testing/DummyPageHolder.h" |
#include "modules/webaudio/OfflineAudioContext.h" |
#include "modules/webaudio/StereoPannerNode.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |