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

Unified Diff: Source/core/html/HTMLMediaElement.cpp

Issue 14358027: Absolutify paths to platform/animation, platform/audio, platform/audio/chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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/core/css/CSSToStyleMap.cpp ('k') | Source/core/page/animation/AnimationBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.cpp
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
index 1af2d97e036ef9ca232c7c8a33bb6c5b6f5c36c8..5083d0e0cbd3f682095eb20f389710d026535661 100644
--- a/Source/core/html/HTMLMediaElement.cpp
+++ b/Source/core/html/HTMLMediaElement.cpp
@@ -98,8 +98,8 @@
#include "core/platform/graphics/InbandTextTrackPrivate.h"
#if ENABLE(WEB_AUDIO)
-#include "AudioSourceProvider.h"
#include "MediaElementAudioSourceNode.h"
+#include "core/platform/audio/AudioSourceProvider.h"
#endif
#if ENABLE(MEDIA_STREAM)
« no previous file with comments | « Source/core/css/CSSToStyleMap.cpp ('k') | Source/core/page/animation/AnimationBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698