| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index 43075460836a51f3fc8153a2a76e57c349968df6..ce62e1b5d324a4d14fabc8fa39a4265dbf133a0c 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "core/probe/CoreProbes.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|