| Index: third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp b/third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp
|
| index 8e61d3221b9708e5ee9f534cf8d96579096c2a87..adc9efda7f11dbf0a891cfd67c30c802d0de7d97 100644
|
| --- a/third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp
|
| @@ -15,8 +15,8 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/parser/HTMLDocumentParser.h"
|
| #include "core/probe/CoreProbes.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|