| Index: chrome/browser/conflicts/module_inspector_win_unittest.cc
|
| diff --git a/chrome/browser/conflicts/module_inspector_win_unittest.cc b/chrome/browser/conflicts/module_inspector_win_unittest.cc
|
| index 017c6192851580b65ee7e90b639c9f62ba747a10..e85726222497b5393d71b496eb71919b5c42206b 100644
|
| --- a/chrome/browser/conflicts/module_inspector_win_unittest.cc
|
| +++ b/chrome/browser/conflicts/module_inspector_win_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "base/run_loop.h"
|
| -#include "base/test/scoped_task_scheduler.h"
|
| +#include "base/test/scoped_task_environment.h"
|
| #include "base/test/test_simple_task_runner.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -57,7 +57,7 @@ class ModuleInspectorTest : public testing::Test {
|
|
|
| private:
|
| // Must be before the ModuleInspector.
|
| - base::test::ScopedTaskScheduler scoped_task_scheduler_;
|
| + base::test::ScopedTaskEnvironment scoped_task_environment_;
|
|
|
| ModuleInspector module_inspector_;
|
|
|
|
|