| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index f8f9a42e61baeff7088de40bdb76796fbd78aafc..d8c1ced9c1f39c3b1c8c63ce5baf36f857928252 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -632,7 +632,8 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| base::debug::TraceLog::GetInstance()->SetEnabled(
|
| category_filter,
|
| base::debug::TraceLog::RECORDING_MODE,
|
| - base::debug::TraceLog::RECORD_UNTIL_FULL);
|
| + base::debug::TraceOptions(
|
| + base::debug::TraceOptions::RECORD_UNTIL_FULL));
|
| }
|
| #if !defined(OS_ANDROID)
|
| // Android tracing started at the beginning of the method.
|
|
|