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

Unified Diff: third_party/WebKit/Source/platform/audio/Cone.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/Cone.h ('k') | third_party/WebKit/Source/platform/audio/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/audio/Cone.cpp
diff --git a/third_party/WebKit/Source/platform/audio/Cone.cpp b/third_party/WebKit/Source/platform/audio/Cone.cpp
index 47486414700819546daffd37d9f1712eb0505975..9d1169926f1b6d27cd962ab8b4b07ee193a3e92a 100644
--- a/third_party/WebKit/Source/platform/audio/Cone.cpp
+++ b/third_party/WebKit/Source/platform/audio/Cone.cpp
@@ -27,7 +27,7 @@
*/
#include "platform/audio/Cone.h"
-#include "wtf/MathExtras.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Cone.h ('k') | third_party/WebKit/Source/platform/audio/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698