| 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 9ced65c9fa27a35479f7ba81eb5654e5fefd74d6..36a4468e652c81d657a72a540132f95eb128ed3a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -724,6 +724,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| friend class Internals;
|
| friend class TrackDisplayUpdateScope;
|
| friend class MediaControlsTest;
|
| + friend class HTMLMediaElementTest;
|
| friend class HTMLVideoElementTest;
|
|
|
| Member<AutoplayUmaHelper> m_autoplayUmaHelper;
|
|
|