| Index: third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp b/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
|
| index a9ac7e77d90de952c976adff310a1cac9f7f139c..0951116d9c30579c2b2bf0b8bd664539b0d67a94 100644
|
| --- a/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
|
| +++ b/third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp
|
| @@ -24,10 +24,10 @@
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/page/Page.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebScheduler.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|