| Index: components/safe_browsing_db/util.cc
|
| diff --git a/components/safe_browsing_db/util.cc b/components/safe_browsing_db/util.cc
|
| index 7bc2a7e496984395704abf880760590634141417..a7912e0c315bce6c14bec825f220a3c8949071b5 100644
|
| --- a/components/safe_browsing_db/util.cc
|
| +++ b/components/safe_browsing_db/util.cc
|
| @@ -305,7 +305,7 @@ void UrlToFullHashes(const GURL& url,
|
| std::vector<SBFullHash>* full_hashes) {
|
| // Include this function in traces because it's not cheap so it should be
|
| // called sparingly.
|
| - TRACE_EVENT2("SafeBrowsing", "UrlToFullHashes", "url", url.spec(),
|
| + TRACE_EVENT2("loader", "safe_browsing::UrlToFullHashes", "url", url.spec(),
|
| "include_whitelist_hashes", include_whitelist_hashes);
|
| std::vector<std::string> hosts;
|
| if (url.HostIsIPAddress()) {
|
|
|