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

Unified Diff: third_party/WebKit/Source/platform/audio/AudioFileReader.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/AudioFileReader.h
diff --git a/third_party/WebKit/Source/platform/audio/AudioFileReader.h b/third_party/WebKit/Source/platform/audio/AudioFileReader.h
index ef43851360c59b9bb83a086364b2acdb118d4cbc..4dfbdabe50f80e7b808ca4efd6ed7be37a953a7f 100644
--- a/third_party/WebKit/Source/platform/audio/AudioFileReader.h
+++ b/third_party/WebKit/Source/platform/audio/AudioFileReader.h
@@ -30,7 +30,7 @@
#define AudioFileReader_h
#include "platform/PlatformExport.h"
-#include "wtf/PassRefPtr.h"
+#include "platform/wtf/PassRefPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698