Index: chrome/browser/component_updater/test/component_updater_service_unittest.cc |
diff --git a/chrome/browser/component_updater/test/component_updater_service_unittest.cc b/chrome/browser/component_updater/test/component_updater_service_unittest.cc |
index 614f1b00fbd925588613d3aac91648a21d337692..665d10f6c75bb537de6d1b14ab78e5d54b8f72bd 100644 |
--- a/chrome/browser/component_updater/test/component_updater_service_unittest.cc |
+++ b/chrome/browser/component_updater/test/component_updater_service_unittest.cc |
@@ -108,10 +108,6 @@ net::URLRequestContextGetter* TestConfigurator::RequestContext() { |
// Don't use the utility process to run code out-of-process. |
bool TestConfigurator::InProcess() { return true; } |
-ComponentPatcher* TestConfigurator::CreateComponentPatcher() { |
- return new MockComponentPatcher(); |
-} |
- |
bool TestConfigurator::DeltasEnabled() const { |
return true; |
} |