| Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| index 80494b49648b1f6b428821e8136d8d38c8154508..4f9e8dd9e63b0ec76ecc506e2d15f0191999c5aa 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef PerformanceNavigation_h
|
| #define PerformanceNavigation_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|