| 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 1a01f3b303afc2b141abfe19ea4397454afd769f..8469d596b627e163331f411dfd892012f5592d1c 100644
 | 
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
 | 
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
 | 
| @@ -4,13 +4,13 @@
 | 
|  
 | 
|  #include "core/workers/WorkerThread.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/workers/WorkerThreadTestHelper.h"
 | 
|  #include "platform/WaitableEvent.h"
 | 
|  #include "platform/testing/UnitTestHelpers.h"
 | 
|  #include "testing/gmock/include/gmock/gmock.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  using testing::_;
 | 
|  using testing::AnyNumber;
 | 
| 
 |