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

Unified Diff: third_party/WebKit/Source/platform/audio/SincResampler.cpp

Issue 2795943002: Rewrite references to "wtf/" to "platform/wtf/" in platform/audio. (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/platform/audio/SincResampler.cpp
diff --git a/third_party/WebKit/Source/platform/audio/SincResampler.cpp b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
index e7ca2c77d050920095f97cc9a3154cf49fefc362..253daf574376bd1789e36126127bc6a40cd58b70 100644
--- a/third_party/WebKit/Source/platform/audio/SincResampler.cpp
+++ b/third_party/WebKit/Source/platform/audio/SincResampler.cpp
@@ -28,8 +28,8 @@
#include "platform/audio/SincResampler.h"
#include "platform/audio/AudioBus.h"
-#include "wtf/CPU.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/CPU.h"
+#include "platform/wtf/MathExtras.h"
#if CPU(X86) || CPU(X86_64)
#include <emmintrin.h>
« no previous file with comments | « third_party/WebKit/Source/platform/audio/SincResampler.h ('k') | third_party/WebKit/Source/platform/audio/StereoPanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698