Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
index c61d5df71763a3c9d41c088da17afab4f569ccb3..e6c53eeaea91d728142b89bd927ad08bef30aa8d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
@@ -754,6 +754,7 @@ class CORE_EXPORT HTMLMediaElement |
friend class HTMLMediaElementEventListenersTest; |
friend class HTMLVideoElement; |
friend class MediaControlsOrientationLockDelegateTest; |
+ friend class MediaControlsRotateToFullscreenDelegateTest; |
Member<AutoplayUmaHelper> autoplay_uma_helper_; |