| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h | 
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h | 
| index 9d8462aa173d536ec7abbe294764dfb401607ade..bc0fcf9423a477f0671bf58d09c0efcc71bda2f1 100644 | 
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h | 
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h | 
| @@ -44,6 +44,8 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final | 
| DECLARE_VIRTUAL_TRACE(); | 
|  | 
| private: | 
| +  friend class MediaControlsOrientationLockAndRotateToFullscreenDelegateTest; | 
| + | 
| ScreenOrientationControllerImpl(LocalFrame&, WebScreenOrientationClient*); | 
|  | 
| static WebScreenOrientationType ComputeOrientation(const IntRect&, uint16_t); | 
|  |