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

Unified Diff: Source/modules/webaudio/OfflineAudioDestinationNode.cpp

Issue 26113002: Move core/platform/text/Locale* to platform/text (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « Source/modules/webaudio/AsyncAudioDecoder.cpp ('k') | Source/platform/SSLKeyGenerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/OfflineAudioDestinationNode.cpp
diff --git a/Source/modules/webaudio/OfflineAudioDestinationNode.cpp b/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
index c5b0bb3b6f964b5e2c0b00554fbf0e4f79fb1e01..d26b9c8c0ba9194c6261f77fe9590197c07d8b58 100644
--- a/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
+++ b/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
@@ -28,12 +28,12 @@
#include "modules/webaudio/OfflineAudioDestinationNode.h"
-#include "core/platform/Task.h"
+#include <algorithm>
#include "core/platform/audio/AudioBus.h"
#include "core/platform/audio/HRTFDatabaseLoader.h"
#include "modules/webaudio/AudioContext.h"
+#include "platform/Task.h"
#include "public/platform/Platform.h"
-#include <algorithm>
#include "wtf/MainThread.h"
using namespace std;
« no previous file with comments | « Source/modules/webaudio/AsyncAudioDecoder.cpp ('k') | Source/platform/SSLKeyGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698