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

Unified Diff: chrome/browser/mac/install_from_dmg.mm

Issue 816403003: 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/mac/install_from_dmg.mm
diff --git a/chrome/browser/mac/install_from_dmg.mm b/chrome/browser/mac/install_from_dmg.mm
index 2f7e81c179cf7c493c132bd09f7b98b259fb6e1c..15c31753dba1df968d48c33b563e7f58e4b30bf2 100644
--- a/chrome/browser/mac/install_from_dmg.mm
+++ b/chrome/browser/mac/install_from_dmg.mm
@@ -365,7 +365,7 @@ bool LaunchInstalledApp(NSString* installed_path,
helper_path = helper_path.Append(chrome::kHelperProcessExecutablePath);
std::vector<std::string> args =
- CommandLine::ForCurrentProcess()->argv();
+ base::CommandLine::ForCurrentProcess()->argv();
args[0] = browser_path.value();
std::vector<std::string> relauncher_args;
« no previous file with comments | « chrome/browser/locale_tests_browsertest.cc ('k') | chrome/browser/media/chrome_media_stream_infobar_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698