| Index: chrome/browser/net/evicted_domain_cookie_counter.cc
|
| diff --git a/chrome/browser/net/evicted_domain_cookie_counter.cc b/chrome/browser/net/evicted_domain_cookie_counter.cc
|
| index 28fa6a4929dc04d938669823825fd9c63a9465f2..abf44af00e911a5278c97a34c43a60009c90ed48 100644
|
| --- a/chrome/browser/net/evicted_domain_cookie_counter.cc
|
| +++ b/chrome/browser/net/evicted_domain_cookie_counter.cc
|
| @@ -41,7 +41,7 @@ void DelegateImpl::Report(
|
| const Time& reinstatement_time) {
|
| TimeDelta reinstatement_delay(
|
| reinstatement_time - evicted_cookie.eviction_time);
|
| - // Need to duplicate HISTOGRAM_CUSTOM_TIMES(), since it is a macro that
|
| + // Need to duplicate UMA_HISTOGRAM_CUSTOM_TIMES(), since it is a macro that
|
| // defines a static variable.
|
| if (evicted_cookie.is_google) {
|
| UMA_HISTOGRAM_CUSTOM_TIMES("Cookie.ReinstatedCookiesGoogle",
|
|
|