| Index: Source/core/platform/graphics/MediaPlayer.cpp
|
| diff --git a/Source/core/platform/graphics/MediaPlayer.cpp b/Source/core/platform/graphics/MediaPlayer.cpp
|
| index 42588178f03e1757d046efe1ebb123bb35afb9a8..9cfa7680523613d94996f91d20dcff7d6b6d38bc 100644
|
| --- a/Source/core/platform/graphics/MediaPlayer.cpp
|
| +++ b/Source/core/platform/graphics/MediaPlayer.cpp
|
| @@ -27,15 +27,15 @@
|
|
|
| #include "core/platform/graphics/MediaPlayer.h"
|
|
|
| -#include "ContentType.h"
|
| #include "Document.h"
|
| #include "Frame.h"
|
| #include "FrameView.h"
|
| -#include "Logging.h"
|
| -#include "MIMETypeRegistry.h"
|
| #include "MediaSource.h"
|
| #include "Settings.h"
|
| #include "TimeRanges.h"
|
| +#include "core/platform/ContentType.h"
|
| +#include "core/platform/Logging.h"
|
| +#include "core/platform/MIMETypeRegistry.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/graphics/MediaPlayerPrivate.h"
|
| #include <wtf/text/CString.h>
|
|
|