Index: chrome/browser/component_updater/component_updater_configurator.cc |
diff --git a/chrome/browser/component_updater/component_updater_configurator.cc b/chrome/browser/component_updater/component_updater_configurator.cc |
index 269dea124262d606dabbe60bf425244d2f11aff0..7c1e863069d79010f422db8c045cc229cb3f16e5 100644 |
--- a/chrome/browser/component_updater/component_updater_configurator.cc |
+++ b/chrome/browser/component_updater/component_updater_configurator.cc |
@@ -14,7 +14,7 @@ |
#include "base/win/windows_version.h" |
#include "build/build_config.h" |
#include "chrome/browser/component_updater/component_patcher.h" |
-#include "chrome/common/chrome_switches.h" |
+#include "components/component_updater/browser/component_updater_switches.h" |
#include "net/url_request/url_request_context_getter.h" |
namespace component_updater { |
@@ -209,7 +209,7 @@ bool ChromeConfigurator::UseBackgroundDownloader() const { |
} |
ComponentUpdateService::Configurator* MakeChromeComponentUpdaterConfigurator( |
- const CommandLine* cmdline, |
+ const base::CommandLine* cmdline, |
net::URLRequestContextGetter* context_getter) { |
return new ChromeConfigurator(cmdline, context_getter); |
} |