| Index: third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp
|
| index f2d43f57b505b93417baf9222f141e4ddeeaf7fe..4a36de9b9a373a69f839e488271f8bf8370f66a3 100644
|
| --- a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp
|
| @@ -8,9 +8,9 @@
|
| #include "base/test/scoped_async_task_scheduler.h"
|
| #include "platform/CrossThreadFunctional.h"
|
| #include "platform/WaitableEvent.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|