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

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

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/Cone.h ('k') | Source/core/platform/chromium/PlatformScreenChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/audio/HRTFKernel.cpp
diff --git a/Source/core/platform/audio/HRTFKernel.cpp b/Source/core/platform/audio/HRTFKernel.cpp
index d825962cd3761c1f65071f074d3b479af74656e8..fb6353c9cb0e57b369417eb998865ba303744c76 100644
--- a/Source/core/platform/audio/HRTFKernel.cpp
+++ b/Source/core/platform/audio/HRTFKernel.cpp
@@ -32,9 +32,9 @@
#include "core/platform/audio/HRTFKernel.h"
-#include "core/platform/FloatConversion.h"
#include "core/platform/audio/AudioChannel.h"
#include "core/platform/audio/FFTFrame.h"
+#include "platform/FloatConversion.h"
#include "wtf/MathExtras.h"
using namespace std;
« no previous file with comments | « Source/core/platform/audio/Cone.h ('k') | Source/core/platform/chromium/PlatformScreenChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698