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

Unified Diff: third_party/WebKit/Source/platform/audio/PushPullFIFO.h

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/PushPullFIFO.h
diff --git a/third_party/WebKit/Source/platform/audio/PushPullFIFO.h b/third_party/WebKit/Source/platform/audio/PushPullFIFO.h
index 2341372f35ab452fb8814dc22208ff3c24e9cd87..1d17e11718f68aa6e731004eaea7f7b6fcf93e1c 100644
--- a/third_party/WebKit/Source/platform/audio/PushPullFIFO.h
+++ b/third_party/WebKit/Source/platform/audio/PushPullFIFO.h
@@ -6,8 +6,8 @@
#define PushPullFIFO_h
#include "platform/audio/AudioBus.h"
+#include "platform/wtf/Allocator.h"
#include "public/platform/WebCommon.h"
-#include "wtf/Allocator.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/Panner.cpp ('k') | third_party/WebKit/Source/platform/audio/PushPullFIFO.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698