| Index: third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp
|
| index 23e6790ea54e68861658a22892f83fe376c323c5..a706ffbebf58d6ffeb1f3662d7f6c040aacbac87 100644
|
| --- a/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp
|
| +++ b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp
|
| @@ -10,8 +10,8 @@
|
| #include "core/frame/Settings.h"
|
| #include "core/html/HTMLMediaElement.h"
|
| #include "platform/Histogram.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|