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

Unified Diff: third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.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/ipp/FFTFrameIPP.cpp
diff --git a/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp b/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
index bfcba2a7f40cc52901fcbee7ec5adfe64dc4a840..f745e050e5158860d65005bd8b203ff97cb46a18 100644
--- a/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
+++ b/third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp
@@ -27,13 +27,13 @@
// FFTFrame implementation using Intel IPP's DFT algorithm,
// suitable for use on Linux.
-#include "wtf/build_config.h"
+#include "platform/wtf/build_config.h"
#if USE(WEBAUDIO_IPP)
#include "platform/audio/FFTFrame.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698