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

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

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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.h
diff --git a/chrome/browser/component_updater/component_updater_configurator.h b/chrome/browser/component_updater/component_updater_configurator.h
index 8e59d1f2d89e7f98b4b0baa24f9655046bf612da..da8a0465ae7f421c9624f078f938d5ed9d37bee9 100644
--- a/chrome/browser/component_updater/component_updater_configurator.h
+++ b/chrome/browser/component_updater/component_updater_configurator.h
@@ -7,7 +7,9 @@
#include "chrome/browser/component_updater/component_updater_service.h"
+namespace base {
class CommandLine;
+}
namespace net {
class URLRequestContextGetter;
@@ -16,7 +18,8 @@ class URLRequestContextGetter;
namespace component_updater {
ComponentUpdateService::Configurator* MakeChromeComponentUpdaterConfigurator(
- const CommandLine* cmdline, net::URLRequestContextGetter* context_getter);
+ const base::CommandLine* cmdline,
+ net::URLRequestContextGetter* context_getter);
} // namespace component_updater

Powered by Google App Engine
This is Rietveld 408576698