| Index: base/test/sequenced_task_runner_test_template.h
|
| diff --git a/base/test/sequenced_task_runner_test_template.h b/base/test/sequenced_task_runner_test_template.h
|
| index 31d05bcb11c8203394955c7682f152a321c2b161..a8978e4e68efa50abe8a895cb6f701f37c9a2961 100644
|
| --- a/base/test/sequenced_task_runner_test_template.h
|
| +++ b/base/test/sequenced_task_runner_test_template.h
|
| @@ -22,7 +22,7 @@
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/time/time.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/gtest/googletest/include/gtest/gtest.h"
|
|
|
| namespace base {
|
|
|
|
|