| Index: base/test/test_suite.cc
|
| diff --git a/base/test/test_suite.cc b/base/test/test_suite.cc
|
| index 27c00c94348236150683724d2924a4a7c6df6dda..123663a65f012723d8c2af5df3774e69f89ee090 100644
|
| --- a/base/test/test_suite.cc
|
| +++ b/base/test/test_suite.cc
|
| @@ -96,6 +96,7 @@ void TestSuite::PreInitialize(int argc, char** argv,
|
| bool create_at_exit_manager) {
|
| #if defined(OS_WIN)
|
| testing::GTEST_FLAG(catch_exceptions) = false;
|
| + base::TimeTicks::SetNowIsHighResNowIfSupported();
|
| #endif
|
| base::EnableTerminationOnHeapCorruption();
|
| initialized_command_line_ = CommandLine::Init(argc, argv);
|
|
|