[chromium-style] auto variable type must not deduce to a raw pointer type
This commit is contained in:
parent
667c43398c
commit
a635f078c6
61 changed files with 189 additions and 188 deletions
|
@ -321,7 +321,7 @@ bool DisplayProfileInUseError(const base::FilePath& lock_path,
|
|||
bool IsChromeProcess(pid_t pid) {
|
||||
base::FilePath other_chrome_path(base::GetProcessExecutablePath(pid));
|
||||
|
||||
auto command_line = base::CommandLine::ForCurrentProcess();
|
||||
auto* command_line = base::CommandLine::ForCurrentProcess();
|
||||
base::FilePath exec_path(command_line->GetProgram());
|
||||
PathService::Get(base::FILE_EXE, &exec_path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue