Index: third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp b/third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp |
index 83fb27bc240b46591ed8deafe879d197e66b7ab2..28131d6163f11636657b1b6b38e6295ba097e882 100644 |
--- a/third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp |
+++ b/third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp |
@@ -70,7 +70,7 @@ TEST_F(AutoplayUmaHelperTest, VisibilityChangeWhenUnload) { |
EXPECT_CALL(umaHelper(), handleContextDestroyed()); |
mediaElement().setMuted(true); |
- umaHelper().onAutoplayInitiated(AutoplaySource::Attribute); |
+ umaHelper().onAutoplayInitiated(AutoplaySource::Method); |
umaHelper().handlePlayingEvent(); |
pageHolder().reset(); |
::testing::Mock::VerifyAndClear(&umaHelper()); |