Index: chrome/app/client_util.cc |
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc |
index 263ed8b64a18a90305dfd172f3cde426b2154f75..aa8de94c90675a95db53b5186f0af89fdb3a4bb5 100644 |
--- a/chrome/app/client_util.cc |
+++ b/chrome/app/client_util.cc |
@@ -145,9 +145,9 @@ HMODULE LoadChromeWithDirectory(std::wstring* dir) { |
key = NULL; |
} |
if (pre_read) { |
- TRACE_EVENT_BEGIN("PreReadImage", 0, ""); |
+ TRACE_EVENT_BEGIN_LEGACY("PreReadImage", 0, ""); |
file_util::PreReadImage(dir->c_str(), pre_read_size, pre_read_step_size); |
- TRACE_EVENT_END("PreReadImage", 0, ""); |
+ TRACE_EVENT_END_LEGACY("PreReadImage", 0, ""); |
} |
} |
#endif // NDEBUG |