| Index: third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| index 3c228b20f92d6aca5f72b202ab46f8c0e1d0185c..0f3bda03d298d1a471241a0a88233622fb8a528e 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoadTiming.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|