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

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

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
« no previous file with comments | « Source/core/platform/audio/Distance.cpp ('k') | Source/core/platform/audio/DynamicsCompressor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/DynamicsCompressor.h
diff --git a/Source/core/platform/audio/DynamicsCompressor.h b/Source/core/platform/audio/DynamicsCompressor.h
index f781afe7b9722930e6f254ecc334d97752dd66ea..6253365450e3ad80dcad6655b340e2a3ad91d4e6 100644
--- a/Source/core/platform/audio/DynamicsCompressor.h
+++ b/Source/core/platform/audio/DynamicsCompressor.h
@@ -29,9 +29,9 @@
#ifndef DynamicsCompressor_h
#define DynamicsCompressor_h
-#include "AudioArray.h"
-#include "DynamicsCompressorKernel.h"
-#include "ZeroPole.h"
+#include "core/platform/audio/AudioArray.h"
+#include "core/platform/audio/DynamicsCompressorKernel.h"
+#include "core/platform/audio/ZeroPole.h"
#include <wtf/OwnArrayPtr.h>
« no previous file with comments | « Source/core/platform/audio/Distance.cpp ('k') | Source/core/platform/audio/DynamicsCompressor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698