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

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

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media 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
Index: Source/modules/webaudio/MediaElementAudioSourceNode.cpp
diff --git a/Source/modules/webaudio/MediaElementAudioSourceNode.cpp b/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
index 01b71b053472d891d1eb49c7a802331c16021c02..b99e755ffb3e2977875e9d990c1360cf965ab86f 100644
--- a/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
+++ b/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
@@ -28,10 +28,10 @@
#include "modules/webaudio/MediaElementAudioSourceNode.h"
-#include "platform/Logging.h"
-#include "core/platform/graphics/MediaPlayer.h"
#include "modules/webaudio/AudioContext.h"
#include "modules/webaudio/AudioNodeOutput.h"
+#include "platform/Logging.h"
+#include "platform/graphics/media/MediaPlayer.h"
#include "wtf/Locker.h"
// These are somewhat arbitrary limits, but we need to do some kind of sanity-checking.

Powered by Google App Engine
This is Rietveld 408576698