| Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| index 7efbd78cf019ad40158f9974dbb23dacf507cc62..aff8ef336ac3d0012bcb3b0a06d283a57774c78f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -9,9 +9,9 @@
|
| #include "core/workers/WorkerThreadTestHelper.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| using testing::_;
|
| using testing::AtMost;
|
|
|