| Index: third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| index 91579d5fc37e64d150f51444c35170855b44bd3d..9271a317c278eab427177c86016c8ac72fe7eeea 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
|
| @@ -28,7 +28,7 @@
|
| #include "core/dom/ContextLifecycleNotifier.h"
|
|
|
| #include "core/dom/SuspendableObject.h"
|
| -#include "wtf/AutoReset.h"
|
| +#include "platform/wtf/AutoReset.h"
|
|
|
| namespace blink {
|
|
|
|
|