| Index: chrome/browser/chromeos/system_logs/debug_log_writer.cc
|
| diff --git a/chrome/browser/chromeos/system_logs/debug_log_writer.cc b/chrome/browser/chromeos/system_logs/debug_log_writer.cc
|
| index 8519c11aad2cd8b3f0261ac835c1760b8161ecbb..46f9749b85cba0e3eba798686595a3ea707d6ac3 100644
|
| --- a/chrome/browser/chromeos/system_logs/debug_log_writer.cc
|
| +++ b/chrome/browser/chromeos/system_logs/debug_log_writer.cc
|
| @@ -190,7 +190,7 @@ void OnSystemLogsAdded(const DebugLogWriter::StoreLogsCallback& callback,
|
| base::FilePath compressed_output_path =
|
| tar_file_path.AddExtension(FILE_PATH_LITERAL(".gz"));
|
| base::FilePath user_log_dir =
|
| - logging::GetSessionLogDir(*CommandLine::ForCurrentProcess());
|
| + logging::GetSessionLogDir(*base::CommandLine::ForCurrentProcess());
|
|
|
| content::BrowserThread::PostBlockingPoolTask(
|
| FROM_HERE,
|
|
|