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

Unified Diff: third_party/WebKit/Source/platform/audio/Distance.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/Distance.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Distance.cpp b/third_party/WebKit/Source/platform/audio/Distance.cpp
index 094cc08f3da5adef80f2fec656118c167cf05f65..7687c4e368a6337bb2de7ea21c44262e4f3230c4 100644
--- a/third_party/WebKit/Source/platform/audio/Distance.cpp
+++ b/third_party/WebKit/Source/platform/audio/Distance.cpp
@@ -27,10 +27,11 @@
*/
#include "platform/audio/Distance.h"
-#include "wtf/Assertions.h"
-#include "wtf/MathExtras.h"
+
#include <math.h>
#include <algorithm>
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Distance.h ('k') | third_party/WebKit/Source/platform/audio/DownSampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698