Index: chrome/common/service_process_util_win.cc |
diff --git a/chrome/common/service_process_util_win.cc b/chrome/common/service_process_util_win.cc |
index 6800353a4bc65f2d411dc5bd562b79500001f799..b858d707a9d578632093a81c18f3fa7d774fb8a5 100644 |
--- a/chrome/common/service_process_util_win.cc |
+++ b/chrome/common/service_process_util_win.cc |
@@ -67,7 +67,7 @@ class ServiceProcessTerminateMonitor |
// TODO(vadimt): Remove ScopedTracker below once crbug.com/418183 is fixed. |
tracked_objects::ScopedTracker tracking_profile( |
FROM_HERE_WITH_EXPLICIT_FUNCTION( |
- "ServiceProcessTerminateMonitor_OnObjectSignaled")); |
+ "418183 ServiceProcessTerminateMonitor::OnObjectSignaled")); |
if (!terminate_task_.is_null()) { |
terminate_task_.Run(); |