| Index: third_party/WebKit/Source/web/tests/SpinLockTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/SpinLockTest.cpp b/third_party/WebKit/Source/web/tests/SpinLockTest.cpp
|
| index e5e8b91f68e95b7eb427409741b6ab37d8addecd..0181fb7b43abba29951741cebdc30f15c40e298c 100644
|
| --- a/third_party/WebKit/Source/web/tests/SpinLockTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/SpinLockTest.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "wtf/SpinLock.h"
|
|
|
| +#include <memory>
|
| #include "platform/CrossThreadFunctional.h"
|
| #include "platform/WebTaskRunner.h"
|
| #include "public/platform/Platform.h"
|
| @@ -37,7 +38,6 @@
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|