| Index: chrome/browser/resources/google_now/background.js
|
| diff --git a/chrome/browser/resources/google_now/background.js b/chrome/browser/resources/google_now/background.js
|
| index 7ef5d026052dfa8ba6e29f1057989c25d1cfd44e..2daaa7d4199a0249c927fa249843a953f527455c 100644
|
| --- a/chrome/browser/resources/google_now/background.js
|
| +++ b/chrome/browser/resources/google_now/background.js
|
| @@ -277,7 +277,7 @@ var GoogleNowEvent = {
|
| function recordEvent(event) {
|
| var metricDescription = {
|
| metricName: 'GoogleNow.Event',
|
| - type: 'histogram-linear',
|
| + type: chrome.metricsPrivate.MetricTypeType.HISTOGRAM_LINEAR,
|
| min: 1,
|
| max: GoogleNowEvent.EVENTS_TOTAL,
|
| buckets: GoogleNowEvent.EVENTS_TOTAL + 1
|
|
|