| Index: third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| index a3279396c9e50d2a1a04e32989c646375c877144..c6d7d3b566da62ec34824bb45ab682c4af619c04 100644
|
| --- a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
|
| @@ -28,6 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +#include <memory>
|
| #include "base/bind.h"
|
| #include "base/test/launcher/unit_test_launcher.h"
|
| #include "base/test/test_io_thread.h"
|
| @@ -36,7 +37,6 @@
|
| #include "mojo/edk/embedder/scoped_ipc_support.h"
|
| #include "platform/heap/Heap.h"
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| -#include <memory>
|
|
|
| namespace {
|
|
|
|
|