| 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 67bd9c9ce5cd7d828c4f725119830779e6d73863..90915a3ba21fc9f7db664ba45cc50f04d55112d8 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 {
|
|
|
|
|