Fix a wrong histogram name in BrowsingDataRemover.
commit3d26b78ddcc8f0b1e152fd77154a4163f44aad7a
authormsramek <msramek@chromium.org>
Mon, 17 Aug 2015 09:30:33 +0000 (17 02:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Aug 2015 09:31:11 +0000 (17 09:31 +0000)
tree43d5c260557388fc64237755c92aac040529753d
parent1788cfef2d439f8f17671ed4e42c370d18a0052e
Fix a wrong histogram name in BrowsingDataRemover.

In histograms.xml, this histogram is named History.ClearBrowsingData.UserDeletedCookieOrCache. However, in BrowsingDataRemover, it is referred to without the "History." prefix.

In other words, embarrassingly, we have no data for the past two weeks.

BUG=514592

Review URL: https://codereview.chromium.org/1290893003

Cr-Commit-Position: refs/heads/master@{#343654}
chrome/browser/browsing_data/browsing_data_remover.cc