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

Unified Diff: Source/core/platform/audio/DynamicsCompressorKernel.cpp

Issue 19762007: core/platform: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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: Source/core/platform/audio/DynamicsCompressorKernel.cpp
diff --git a/Source/core/platform/audio/DynamicsCompressorKernel.cpp b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
index 7206ef517a35f2ff220e73adc50e112c6be6b0aa..e5ee8a6435697f397aa4b3a421eae617b630fb9c 100644
--- a/Source/core/platform/audio/DynamicsCompressorKernel.cpp
+++ b/Source/core/platform/audio/DynamicsCompressorKernel.cpp
@@ -35,7 +35,7 @@
#include <algorithm>
#include "core/platform/audio/AudioUtilities.h"
#include "core/platform/audio/DenormalDisabler.h"
-#include <wtf/MathExtras.h>
+#include "wtf/MathExtras.h"
using namespace std;
« no previous file with comments | « Source/core/platform/audio/DynamicsCompressorKernel.h ('k') | Source/core/platform/audio/EqualPowerPanner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698