| Index: third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp b/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| index ad06b0ef4b5c9ff2328b80c1d1cfa887d38180e2..b3fa768769a06a59cbab24d9a8713f55c09c2316 100644
|
| --- a/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/AutoplayExperimentTest.cpp
|
| @@ -134,7 +134,7 @@ class AutoplayExperimentTest : public ::testing::Test {
|
| }
|
|
|
| void startPlaybackWithUserGesture() {
|
| - UserGestureIndicator indicator(DefinitelyProcessingUserGesture);
|
| + UserGestureIndicator indicator(UserGestureToken::create());
|
| EXPECT_TRUE(UserGestureIndicator::processingUserGesture());
|
| startPlayback();
|
| }
|
|
|