| 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 fba321cc8fe3bf6ab079fc5b1a54342a7ba7089f..5294449f9274e52269e339c67c2047b0e571421f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -734,6 +734,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| friend class MediaControlsTest;
|
| friend class HTMLMediaElementTest;
|
| friend class HTMLVideoElementTest;
|
| + friend class MediaControlsOrientationLockDelegateTest;
|
|
|
| Member<AutoplayUmaHelper> m_autoplayUmaHelper;
|
|
|
|
|