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

Unified Diff: chrome/browser/chromeos/system_logs/debug_log_writer.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/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,

Powered by Google App Engine
This is Rietveld 408576698