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 34f7173e5975db12f8fc93e7c2c754b6af2da007..f9027e782e6688df466dc6a509ee5071edbe054d 100644 |
--- a/chrome/browser/component_updater/component_updater_configurator.cc |
+++ b/chrome/browser/component_updater/component_updater_configurator.cc |
@@ -12,7 +12,7 @@ |
#include "base/compiler_specific.h" |
#include "base/strings/string_util.h" |
#include "build/build_config.h" |
-#include "chrome/common/chrome_switches.h" |
+#include "components/component_updater/component_updater_switches.h" |
#include "net/url_request/url_request_context_getter.h" |
#include "url/gurl.h" |
@@ -208,7 +208,7 @@ bool ChromeConfigurator::UseBackgroundDownloader() const { |
} |
Configurator* MakeChromeComponentUpdaterConfigurator( |
- const CommandLine* cmdline, |
+ const base::CommandLine* cmdline, |
net::URLRequestContextGetter* context_getter) { |
return new ChromeConfigurator(cmdline, context_getter); |
} |