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