| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index d442c6b933855eebc8ad15fc4d2c491daeabfed6..7bdc880e7fefe5a8b71a641e98c6e117603849c9 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef HTMLMediaElement_h
|
| #define HTMLMediaElement_h
|
|
|
| -#include "ActiveDOMObject.h"
|
| -#include "GenericEventQueue.h"
|
| #include "HTMLElement.h"
|
| #include "MediaControllerInterface.h"
|
| +#include "core/dom/ActiveDOMObject.h"
|
| +#include "core/dom/GenericEventQueue.h"
|
| #include "core/page/MediaCanStartListener.h"
|
| #include "core/platform/graphics/MediaPlayer.h"
|
|
|
|
|