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

Unified Diff: third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.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/ffmpeg/FFTFrameFFMPEG.cpp
diff --git a/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
index 64b9248a6b419b33b73736d5a3af438f3198d91f..821b9001855073d52050f9223392785d7bd455cd 100644
--- a/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
+++ b/third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
@@ -26,7 +26,7 @@
// FFTFrame implementation using FFmpeg's RDFT algorithm,
// suitable for use on Windows and Linux.
-#include "wtf/build_config.h"
+#include "platform/wtf/build_config.h"
#if USE(WEBAUDIO_FFMPEG)
@@ -38,7 +38,7 @@ extern "C" {
#include <libavcodec/avfft.h>
}
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698