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

Unified Diff: third_party/WebKit/Source/platform/audio/Biquad.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
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Biquad.h ('k') | third_party/WebKit/Source/platform/audio/Cone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/audio/Biquad.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Biquad.cpp b/third_party/WebKit/Source/platform/audio/Biquad.cpp
index 9d4c636c4aa958075c041bc2584b4f28084847ff..2f2de1326ed1a7c4c94244cefa5fe7dc318ac960 100644
--- a/third_party/WebKit/Source/platform/audio/Biquad.cpp
+++ b/third_party/WebKit/Source/platform/audio/Biquad.cpp
@@ -30,7 +30,7 @@
#include "platform/audio/AudioUtilities.h"
#include "platform/audio/DenormalDisabler.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
#include <algorithm>
#include <complex>
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Biquad.h ('k') | third_party/WebKit/Source/platform/audio/Cone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698