| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
 | 
| index d5eb971ba7d9a06f8b194a01ec05bd084c1cf0b2..d2471f968f3f2d0d51335459e949ef15557eb31e 100644
 | 
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "modules/screen_orientation/ScreenOrientationControllerImpl.h"
 | 
|  
 | 
| +#include <memory>
 | 
| +#include <utility>
 | 
|  #include "core/dom/Document.h"
 | 
|  #include "core/dom/TaskRunnerHelper.h"
 | 
|  #include "core/events/Event.h"
 | 
| @@ -18,8 +20,6 @@
 | 
|  #include "platform/ScopedOrientationChangeIndicator.h"
 | 
|  #include "public/platform/WebScreenInfo.h"
 | 
|  #include "public/platform/modules/screen_orientation/WebScreenOrientationClient.h"
 | 
| -#include <memory>
 | 
| -#include <utility>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |