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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/html/HTMLMediaElement.h ('k') | Source/core/html/HTMLObjectElement.cpp » ('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 5083d0e0cbd3f682095eb20f389710d026535661..07e2001400c39810c4ac95699e2a26ec0ce07dce 100644
--- a/Source/core/html/HTMLMediaElement.cpp
+++ b/Source/core/html/HTMLMediaElement.cpp
@@ -36,7 +36,6 @@
#include "ClientRect.h"
#include "ClientRectList.h"
#include "ContentSecurityPolicy.h"
-#include "ContentType.h"
#include "DiagnosticLoggingKeys.h"
#include "DocumentLoader.h"
#include "ElementShadow.h"
@@ -52,9 +51,6 @@
#include "HTMLNames.h"
#include "HTMLSourceElement.h"
#include "HTMLVideoElement.h"
-#include "Language.h"
-#include "Logging.h"
-#include "MIMETypeRegistry.h"
#include "MediaController.h"
#include "MediaControls.h"
#include "MediaDocument.h"
@@ -81,6 +77,10 @@
#include "ShadowRoot.h"
#include "TimeRanges.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/platform/ContentType.h"
+#include "core/platform/Language.h"
+#include "core/platform/Logging.h"
+#include "core/platform/MIMETypeRegistry.h"
#include "core/platform/graphics/MediaPlayer.h"
#include <wtf/CurrentTime.h>
#include <wtf/MathExtras.h>
« no previous file with comments | « Source/core/html/HTMLMediaElement.h ('k') | Source/core/html/HTMLObjectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698