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..e0a6d77beb3c1adbcd876bbc5aae2fa029120d35 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,9 @@ 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; |
+scoped_refptr<OutOfProcessPatcher> TestConfigurator::CreateOutOfProcessPatcher() |
+ const { |
+ return NULL; |
} |
bool TestConfigurator::DeltasEnabled() const { |