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

Unified Diff: Source/core/platform/audio/Biquad.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/AudioUtilities.cpp ('k') | Source/core/platform/audio/Biquad.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/Biquad.h
diff --git a/Source/core/platform/audio/Biquad.h b/Source/core/platform/audio/Biquad.h
index 822fc516a3dd7a17935eee611d734d6acc0ad941..f157a2d7de8c8bd7de95c82a963b1ead3dd4ef49 100644
--- a/Source/core/platform/audio/Biquad.h
+++ b/Source/core/platform/audio/Biquad.h
@@ -29,8 +29,8 @@
#ifndef Biquad_h
#define Biquad_h
-#include "AudioArray.h"
#include <sys/types.h>
+#include "core/platform/audio/AudioArray.h"
#include <wtf/Complex.h>
#if USE(WEBAUDIO_IPP)
« no previous file with comments | « Source/core/platform/audio/AudioUtilities.cpp ('k') | Source/core/platform/audio/Biquad.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698