| 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 b1b58ce47599cb12e5de433361b93e34c28808c1..81786cda27886a87e0035911ca39f005edb8e0ba 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -715,6 +715,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| class AutoplayHelperClientImpl;
|
|
|
| friend class AutoplayUmaHelper; // for isAutoplayAllowedPerSettings
|
| + friend class AutoplayUmaHelperTest;
|
| friend class Internals;
|
| friend class TrackDisplayUpdateScope;
|
| friend class AutoplayExperimentHelper;
|
|
|