| Index: third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| index e19d313472ca968efefb2977882822505f668950..fe0f1e7f228b976c13d33953e4316decde938631 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
|
| @@ -32,12 +32,12 @@
|
| #define DocumentLifecycle_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| #if DCHECK_IS_ON()
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Forward.h"
|
| #endif
|
|
|
| namespace blink {
|
|
|