| Index: chrome/browser/component_updater/chrome_component_updater_configurator.h
|
| diff --git a/chrome/browser/component_updater/chrome_component_updater_configurator.h b/chrome/browser/component_updater/chrome_component_updater_configurator.h
|
| index 1e777b28d54260feaea0449b1fd0861e614be801..674059ccf173bd364753b7ae9a274482ff7d7bee 100644
|
| --- a/chrome/browser/component_updater/chrome_component_updater_configurator.h
|
| +++ b/chrome/browser/component_updater/chrome_component_updater_configurator.h
|
| @@ -8,6 +8,8 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "components/update_client/configurator.h"
|
|
|
| +class PrefService;
|
| +
|
| namespace base {
|
| class CommandLine;
|
| }
|
| @@ -21,7 +23,8 @@ namespace component_updater {
|
| scoped_refptr<update_client::Configurator>
|
| MakeChromeComponentUpdaterConfigurator(
|
| const base::CommandLine* cmdline,
|
| - net::URLRequestContextGetter* context_getter);
|
| + net::URLRequestContextGetter* context_getter,
|
| + PrefService* pref_service);
|
|
|
| } // namespace component_updater
|
|
|
|
|