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

Unified Diff: third_party/WebKit/Source/platform/audio/DenormalDisabler.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/DenormalDisabler.h
diff --git a/third_party/WebKit/Source/platform/audio/DenormalDisabler.h b/third_party/WebKit/Source/platform/audio/DenormalDisabler.h
index c684b21a517195c3f833ccd8090ab54041205a67..3f3709cb5f54b4aad0c753b530a5a6620d41b4cc 100644
--- a/third_party/WebKit/Source/platform/audio/DenormalDisabler.h
+++ b/third_party/WebKit/Source/platform/audio/DenormalDisabler.h
@@ -26,10 +26,10 @@
#ifndef DenormalDisabler_h
#define DenormalDisabler_h
-#include "wtf/Allocator.h"
-#include "wtf/CPU.h"
-#include "wtf/MathExtras.h"
#include <float.h>
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/CPU.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/audio/DEPS ('k') | third_party/WebKit/Source/platform/audio/DirectConvolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698