| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| index 3c052d18d16f4b24a9a6f2f96e14cb77bbedf180..1ebd4c3cfe2887a201807ad5255cc47d24da61a7 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -31,18 +31,18 @@
|
| #ifndef TestingPlatformSupport_h
|
| #define TestingPlatformSupport_h
|
|
|
| +#include <memory>
|
| +#include <utility>
|
| #include "platform/PlatformExport.h"
|
| #include "platform/WebTaskRunner.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCompositorSupport.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| -#include <utility>
|
|
|
| namespace base {
|
| class SimpleTestTickClock;
|
|
|