Index: third_party/WebKit/Source/wtf/testing/RunAllTests.cpp |
diff --git a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp b/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp |
index 1d23af76b0a66b00df4649eafc3f000eaf744f43..ae38668f217531ef62898445ef29935b99ab41f9 100644 |
--- a/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp |
+++ b/third_party/WebKit/Source/wtf/testing/RunAllTests.cpp |
@@ -28,12 +28,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+#include <base/test/test_suite.h> |
+#include <string.h> |
#include "wtf/CryptographicallyRandomNumber.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/WTF.h" |
#include "wtf/allocator/Partitions.h" |
-#include <base/test/test_suite.h> |
-#include <string.h> |
static double dummyCurrentTime() { |
return 0.0; |