Fix incorrect SQL binding in DB query for favicon metrics reporting.
commit9e748a2ffec614022292978e38be2dbafe0b154c
authorrogerm <rogerm@chromium.org>
Mon, 4 May 2015 18:01:42 +0000 (4 11:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 4 May 2015 18:03:18 +0000 (4 18:03 +0000)
treedaf8e6f370049f664f81f8deb025d2785463b50a
parenta700384e6d64edb24f59af8168b0951c5082cbe2
Fix incorrect SQL binding in DB query for favicon metrics reporting.

The query for the number of touch and touch precomposed icons has two parameters, however both params are mistakenly bound to the slot 0.

BUG=484205

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

Cr-Commit-Position: refs/heads/master@{#328148}
components/history/core/browser/thumbnail_database.cc