| Index: chrome/browser/component_updater/test/test_configurator.cc
|
| diff --git a/chrome/browser/component_updater/test/test_configurator.cc b/chrome/browser/component_updater/test/test_configurator.cc
|
| index 726e6ea39f2238e9fbe083160cb1eb192dde28a5..f5b866a2279d89da021d4b26b88567ef052aeea3 100644
|
| --- a/chrome/browser/component_updater/test/test_configurator.cc
|
| +++ b/chrome/browser/component_updater/test/test_configurator.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/run_loop.h"
|
| #include "base/version.h"
|
| +#include "chrome/browser/component_updater/component_patcher_operation.h"
|
| #include "chrome/browser/component_updater/test/test_configurator.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "url/gurl.h"
|
| @@ -96,9 +97,8 @@ net::URLRequestContextGetter* TestConfigurator::RequestContext() const {
|
| return context_.get();
|
| }
|
|
|
| -// Don't use the utility process to run code out-of-process.
|
| -bool TestConfigurator::InProcess() const {
|
| - return true;
|
| +DeltaUpdateOpFactory* TestConfigurator::CreateDeltaUpdateOpFactory() const {
|
| + return CreateInProcessDeltaUpdateOpFactory();
|
| }
|
|
|
| bool TestConfigurator::DeltasEnabled() const {
|
|
|