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

Unified Diff: Source/core/platform/audio/ReverbConvolver.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
Index: Source/core/platform/audio/ReverbConvolver.h
diff --git a/Source/core/platform/audio/ReverbConvolver.h b/Source/core/platform/audio/ReverbConvolver.h
index de3522c9785c9f233f577068cb950d471b4d24ee..76b306f475f7697d8e3c5590ed0005b100a327be 100644
--- a/Source/core/platform/audio/ReverbConvolver.h
+++ b/Source/core/platform/audio/ReverbConvolver.h
@@ -29,12 +29,12 @@
#ifndef ReverbConvolver_h
#define ReverbConvolver_h
-#include "AudioArray.h"
-#include "DirectConvolver.h"
-#include "FFTConvolver.h"
-#include "ReverbAccumulationBuffer.h"
-#include "ReverbConvolverStage.h"
-#include "ReverbInputBuffer.h"
+#include "core/platform/audio/AudioArray.h"
+#include "core/platform/audio/DirectConvolver.h"
+#include "core/platform/audio/FFTConvolver.h"
+#include "core/platform/audio/ReverbAccumulationBuffer.h"
+#include "core/platform/audio/ReverbConvolverStage.h"
+#include "core/platform/audio/ReverbInputBuffer.h"
#include <wtf/OwnPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/Threading.h>
« no previous file with comments | « Source/core/platform/audio/ReverbAccumulationBuffer.cpp ('k') | Source/core/platform/audio/ReverbConvolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698