| Index: components/crash/tools/crash_service.cc
|
| diff --git a/components/crash/tools/crash_service.cc b/components/crash/tools/crash_service.cc
|
| index 7e1798f9e6e0687a33805d46f186b94041d31dea..23d5ec66bc1de198d557638717aa6183c93974a2 100644
|
| --- a/components/crash/tools/crash_service.cc
|
| +++ b/components/crash/tools/crash_service.cc
|
| @@ -178,7 +178,7 @@ bool CrashService::Initialize(const base::FilePath& operating_dir,
|
| // reports per day quota. Does not seem to serve any other purpose.
|
| base::FilePath checkpoint_path = operating_dir.Append(kCheckPointFile);
|
|
|
| - CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
|
| + base::CommandLine& cmd_line = *base::CommandLine::ForCurrentProcess();
|
|
|
| base::FilePath dumps_path_to_use = dumps_path;
|
|
|
|
|