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

Unified Diff: chrome/browser/extensions/external_component_loader.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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/extensions/external_component_loader.cc
diff --git a/chrome/browser/extensions/external_component_loader.cc b/chrome/browser/extensions/external_component_loader.cc
index ba878586cf97bb9c6cff9481e37fd62ffbd87408..c9f449c9196687c1bcb8da81926fcc6b7008b9bf 100644
--- a/chrome/browser/extensions/external_component_loader.cc
+++ b/chrome/browser/extensions/external_component_loader.cc
@@ -75,7 +75,8 @@ void ExternalComponentLoader::StartLoading() {
#if defined(OS_CHROMEOS)
{
- CommandLine* const command_line = CommandLine::ForCurrentProcess();
+ base::CommandLine* const command_line =
+ base::CommandLine::ForCurrentProcess();
if (!command_line->HasSwitch(chromeos::switches::kDisableNewZIPUnpacker)) {
const std::string extension_id = extension_misc::kZIPUnpackerExtensionId;
prefs_->SetString(extension_id + ".external_update_url",
« no previous file with comments | « chrome/browser/extensions/extension_web_ui_unittest.cc ('k') | chrome/browser/extensions/external_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698