Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index a0020130383a3fc23d38e5de148e56fa4a1b1595..ba132cb0473e77b114f5f0c86217b9f3b63975a2 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -633,7 +633,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::RECORD_UNTIL_FULL)); |
} |
#if !defined(OS_ANDROID) |
// Android tracing started at the beginning of the method. |