| Index: Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
|
| index 354d451f67fd1a58bf6cd8ead2930ad0efe38d36..28752eaf92aa9ee58ea49fe28a6f894080ed3e15 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.cpp
|
| +++ b/Source/core/html/shadow/MediaControlElements.cpp
|
| @@ -39,8 +39,6 @@
|
| #include "ExceptionCodePlaceholder.h"
|
| #include "Frame.h"
|
| #include "HTMLVideoElement.h"
|
| -#include "Language.h"
|
| -#include "LocalizedStrings.h"
|
| #include "MediaControls.h"
|
| #include "MouseEvent.h"
|
| #include "Page.h"
|
| @@ -54,6 +52,8 @@
|
| #include "Settings.h"
|
| #include "TextTrack.h"
|
| #include "TextTrackList.h"
|
| +#include "core/platform/Language.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
|
|
| namespace WebCore {
|
|
|