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

Unified Diff: Source/core/platform/audio/DynamicsCompressorKernel.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/DynamicsCompressorKernel.cpp
diff --git a/Source/core/platform/audio/DynamicsCompressorKernel.cpp b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
index 4abe8e73ef4f8af26c2c5c25a9e5fcfc6971ad76..7206ef517a35f2ff220e73adc50e112c6be6b0aa 100644
--- a/Source/core/platform/audio/DynamicsCompressorKernel.cpp
+++ b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
@@ -30,11 +30,11 @@
#if ENABLE(WEB_AUDIO)
-#include "DynamicsCompressorKernel.h"
+#include "core/platform/audio/DynamicsCompressorKernel.h"
-#include "AudioUtilities.h"
-#include "DenormalDisabler.h"
#include <algorithm>
+#include "core/platform/audio/AudioUtilities.h"
+#include "core/platform/audio/DenormalDisabler.h"
#include <wtf/MathExtras.h>
using namespace std;
« no previous file with comments | « Source/core/platform/audio/DynamicsCompressorKernel.h ('k') | Source/core/platform/audio/EqualPowerPanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698