| Index: content/browser/tracing/tracing_ui.cc
|
| diff --git a/content/browser/tracing/tracing_ui.cc b/content/browser/tracing/tracing_ui.cc
|
| index d977d21ba44cf4a49e0011b1d5095e29044f4a4f..193774a6ea091bba7ef026c9a6ccf0cf488e3a3d 100644
|
| --- a/content/browser/tracing/tracing_ui.cc
|
| +++ b/content/browser/tracing/tracing_ui.cc
|
| @@ -317,7 +317,8 @@ void TracingUI::OnMonitoringStateChanged(bool is_monitoring) {
|
| }
|
|
|
| void TracingUI::DoUpload(const base::ListValue* args) {
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| + const base::CommandLine& command_line =
|
| + *base::CommandLine::ForCurrentProcess();
|
| std::string upload_url = kUploadURL;
|
| if (command_line.HasSwitch(switches::kTraceUploadURL)) {
|
| upload_url =
|
|
|