| Index: third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/RunAllTests.cpp b/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| index 1f3e9d654e43df21ff13a4b372590110072e60e9..ccd47e306282a5e6ef11f98f8ce195120e8feb3f 100644
|
| --- a/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/RunAllTests.cpp
|
| @@ -28,13 +28,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "platform/heap/Handle.h"
|
| #include <base/bind.h>
|
| #include <base/test/launcher/unit_test_launcher.h>
|
| #include <base/test/test_suite.h>
|
| #include <base/time/time.h>
|
| #include <content/test/blink_test_environment.h>
|
| #include <string.h>
|
| +#include "platform/heap/Handle.h"
|
|
|
| class BlinkTestEnvironmentScope {
|
| public:
|
|
|