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

Unified Diff: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp

Issue 14022018: Absolutify paths to html/. (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/WebKit/chromium/src/WebLabelElement.cpp ('k') | Source/WebKit/chromium/src/WebNodeCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
index 717d27d003312427c6058ea740f4edb3440c57d1..d9c8e83a101ae87db5835634d8e075ccb0e65bd1 100644
--- a/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
+++ b/Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
@@ -5,9 +5,7 @@
#include "config.h"
#include "WebMediaPlayerClientImpl.h"
-#include "HTMLMediaElement.h"
#include "PlatformContextSkia.h"
-#include "TimeRanges.h"
#include "WebAudioSourceProvider.h"
#include "WebDocument.h"
#include "WebFrameClient.h"
@@ -16,6 +14,8 @@
#include "WebMediaPlayer.h"
#include "WebMediaSourceImpl.h"
#include "WebViewImpl.h"
+#include "core/html/HTMLMediaElement.h"
+#include "core/html/TimeRanges.h"
#include "core/page/Frame.h"
#include "core/platform/KURL.h"
#include "core/platform/NotImplemented.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebLabelElement.cpp ('k') | Source/WebKit/chromium/src/WebNodeCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698