Index: base/files/file_path_watcher_win.cc |
diff --git a/base/files/file_path_watcher_win.cc b/base/files/file_path_watcher_win.cc |
index 73f9cfb332afe2ad0dfe254b0655d97b25beb7d1..63e548067139788104cf2ca43976510532937e74 100644 |
--- a/base/files/file_path_watcher_win.cc |
+++ b/base/files/file_path_watcher_win.cc |
@@ -149,7 +149,8 @@ void FilePathWatcherImpl::WillDestroyCurrentMessageLoop() { |
void FilePathWatcherImpl::OnObjectSignaled(HANDLE object) { |
// TODO(vadimt): Remove ScopedTracker below once crbug.com/418183 is fixed. |
tracked_objects::ScopedTracker tracking_profile( |
- FROM_HERE_WITH_EXPLICIT_FUNCTION("FilePathWatcherImpl_OnObjectSignaled")); |
+ FROM_HERE_WITH_EXPLICIT_FUNCTION( |
+ "418183 FilePathWatcherImpl::OnObjectSignaled")); |
DCHECK(object == handle_); |
// Make sure we stay alive through the body of this function. |