| Index: third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp b/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
 | 
| index ac411d9a6e8980df070e0a5ea07865963d01e464..5dca0fe21e1dd4ac83bfe6f2fe388973e9320486 100644
 | 
| --- a/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/media_controls/MediaControlsWindowEventListener.cpp
 | 
| @@ -6,11 +6,11 @@
 | 
|  
 | 
|  #include "core/events/Event.h"
 | 
|  #include "core/frame/LocalDOMWindow.h"
 | 
| -#include "core/html/shadow/MediaControlElements.h"
 | 
|  #include "modules/media_controls/MediaControlsImpl.h"
 | 
|  #include "modules/media_controls/elements/MediaControlCastButtonElement.h"
 | 
|  #include "modules/media_controls/elements/MediaControlPanelElement.h"
 | 
|  #include "modules/media_controls/elements/MediaControlTimelineElement.h"
 | 
| +#include "modules/media_controls/elements/MediaControlVolumeSliderElement.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |