Index: chrome/app/client_util.cc |
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc |
index 63040c79f55756d8ab670670ddd4a93abbfac29c..155b2071296dd101c3289a019ee5902deb06e240 100644 |
--- a/chrome/app/client_util.cc |
+++ b/chrome/app/client_util.cc |
@@ -130,9 +130,9 @@ HMODULE LoadChromeWithDirectory(std::wstring* dir) { |
key.Close(); |
} |
if (pre_read) { |
- TRACE_EVENT_BEGIN("PreReadImage", 0, ""); |
+ TRACE_EVENT_BEGIN_ETW("PreReadImage", 0, ""); |
file_util::PreReadImage(dir->c_str(), pre_read_size, pre_read_step_size); |
- TRACE_EVENT_END("PreReadImage", 0, ""); |
+ TRACE_EVENT_END_ETW("PreReadImage", 0, ""); |
} |
} |
#endif // NDEBUG |