| Index: third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.cpp b/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| index a6b5dab967f663a46b87f14048107ca2e153acf7..89b35e61f56fa209b48df72740a8fc4a3655b42a 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
| @@ -47,7 +47,7 @@
|
| #include "platform/loader/fetch/ResourceResponse.h"
|
| #include "platform/loader/fetch/ResourceTimingInfo.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|