Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3938)

Unified Diff: chrome/browser/component_updater/component_updater_configurator.cc

Issue 334783002: Componentize component_updater: Move some paths/constants to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add component updater to common dependency list Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698