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

Unified Diff: third_party/WebKit/Source/platform/audio/UpSampler.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/UpSampler.cpp
diff --git a/third_party/WebKit/Source/platform/audio/UpSampler.cpp b/third_party/WebKit/Source/platform/audio/UpSampler.cpp
index 8b5e5a36d53557063080e69c48ce779788e842c1..d0efe2bae6150437a287df8fb4627e49f322101a 100644
--- a/third_party/WebKit/Source/platform/audio/UpSampler.cpp
+++ b/third_party/WebKit/Source/platform/audio/UpSampler.cpp
@@ -29,7 +29,7 @@
*/
#include "platform/audio/UpSampler.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/UpSampler.h ('k') | third_party/WebKit/Source/platform/audio/VectorMath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698