Index: third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
index 6b69c4faa0ae04a0225bd0b591543354fb823ee0..f0e0ef060fde2f11c0b927a4420fb38b0b88abf6 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp |
@@ -72,16 +72,16 @@ |
#include "core/loader/FrameLoaderClient.h" |
#include "core/page/ChromeClient.h" |
#include "core/page/NetworkStateNotifier.h" |
-#include "platform/ContentType.h" |
#include "platform/Histogram.h" |
#include "platform/LayoutTestSupport.h" |
-#include "platform/MIMETypeFromURL.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/UserGestureIndicator.h" |
#include "platform/audio/AudioBus.h" |
#include "platform/audio/AudioSourceProviderClient.h" |
#include "platform/graphics/GraphicsLayer.h" |
#include "platform/mediastream/MediaStreamDescriptor.h" |
+#include "platform/network/mime/ContentType.h" |
+#include "platform/network/mime/MIMETypeFromURL.h" |
#include "platform/weborigin/SecurityOrigin.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebAudioSourceProvider.h" |