| Index: components/component_updater/test/component_patcher_unittest.h
|
| diff --git a/components/component_updater/test/component_patcher_unittest.h b/components/component_updater/test/component_patcher_unittest.h
|
| index ee4b11d37a7e87d77b938b4d929fcd75da162cc9..fdffe660a34050b1f800e43123873868b1006787 100644
|
| --- a/components/component_updater/test/component_patcher_unittest.h
|
| +++ b/components/component_updater/test/component_patcher_unittest.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/public/test/test_browser_thread_bundle.h"
|
| +#include "base/message_loop/message_loop.h"
|
| #include "courgette/courgette.h"
|
| #include "courgette/third_party/bsdiff.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -34,7 +34,7 @@ class ComponentPatcherOperationTest : public testing::Test {
|
| scoped_refptr<base::SequencedTaskRunner> task_runner_;
|
|
|
| private:
|
| - content::TestBrowserThreadBundle thread_bundle_;
|
| + base::MessageLoopForIO loop_;
|
| };
|
|
|
| } // namespace component_updater
|
|
|