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..09776c8b1c1015969a36e3d4f4a8cfc77f54f876 100644 |
--- a/chrome/browser/component_updater/test/test_configurator.cc |
+++ b/chrome/browser/component_updater/test/test_configurator.cc |
@@ -96,9 +96,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 { |