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

Unified Diff: Source/core/platform/audio/DynamicsCompressor.cpp

Issue 14358027: Absolutify paths to platform/animation, platform/audio, platform/audio/chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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: Source/core/platform/audio/DynamicsCompressor.cpp
diff --git a/Source/core/platform/audio/DynamicsCompressor.cpp b/Source/core/platform/audio/DynamicsCompressor.cpp
index c943b9801a4b79ccad19cc4cb3abba0e6f6e6271..ec67305c529d0ea083a408597b652577942e483c 100644
--- a/Source/core/platform/audio/DynamicsCompressor.cpp
+++ b/Source/core/platform/audio/DynamicsCompressor.cpp
@@ -30,10 +30,10 @@
#if ENABLE(WEB_AUDIO)
-#include "DynamicsCompressor.h"
+#include "core/platform/audio/DynamicsCompressor.h"
-#include "AudioBus.h"
-#include "AudioUtilities.h"
+#include "core/platform/audio/AudioBus.h"
+#include "core/platform/audio/AudioUtilities.h"
#include <wtf/MathExtras.h>
namespace WebCore {
« no previous file with comments | « Source/core/platform/audio/DynamicsCompressor.h ('k') | Source/core/platform/audio/DynamicsCompressorKernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698