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 ebcf044d88141eacbee2c48399ee4e095d1e0624..69b46bc91156d2a6a721181384c221b30d6591df 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h |
@@ -662,6 +662,7 @@ private: |
class AutoplayHelperClientImpl; |
+ friend class AutoplayUmaHelper; // for isAutoplayAllowedPerSettings |
friend class Internals; |
friend class TrackDisplayUpdateScope; |
friend class AutoplayExperimentHelper; |