| Index: third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControlTimelineMetrics.cpp b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/core/html/shadow/MediaControlTimelineMetrics.cpp
|
| rename to third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
|
| index f7c3ed460a6995b39d8e1328c6f04b63f589496c..7d22c8eb308e6188e256c4ebacfd4368d37ea3ac 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControlTimelineMetrics.cpp
|
| +++ b/third_party/WebKit/Source/modules/media_controls/elements/MediaControlTimelineMetrics.cpp
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "core/html/shadow/MediaControlTimelineMetrics.h"
|
| +#include "modules/media_controls/elements/MediaControlTimelineMetrics.h"
|
|
|
| #include <stdint.h>
|
| #include <cmath>
|
|
|