Index: chrome/app/client_util.cc |
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc |
index 8eaf0bf3821e65b20be742adb8087be8186ea32c..55f3d8cfc1d9da7f2d5274a75f32794853bf7c21 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 |