Index: content/ppapi_plugin/ppapi_plugin_main.cc |
diff --git a/content/ppapi_plugin/ppapi_plugin_main.cc b/content/ppapi_plugin/ppapi_plugin_main.cc |
index 065c6f27cba9b6b5b134605597d752a5ab4c7ceb..6c80f035940bd9043beacb1ba725ab5c004e2234 100644 |
--- a/content/ppapi_plugin/ppapi_plugin_main.cc |
+++ b/content/ppapi_plugin/ppapi_plugin_main.cc |
@@ -111,8 +111,8 @@ int PpapiPluginMain(const MainFunctionParams& parameters) { |
base::MessageLoop main_message_loop; |
base::PlatformThread::SetName("CrPPAPIMain"); |
- base::debug::TraceLog::GetInstance()->SetProcessName("PPAPI Process"); |
- base::debug::TraceLog::GetInstance()->SetProcessSortIndex( |
+ base::trace_event::TraceLog::GetInstance()->SetProcessName("PPAPI Process"); |
+ base::trace_event::TraceLog::GetInstance()->SetProcessSortIndex( |
kTraceEventPpapiProcessSortIndex); |
#if defined(OS_LINUX) && defined(USE_NSS) |