| Index: chrome/browser/metrics/metrics_service.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/metrics_service.cc (revision 35277)
|
| +++ chrome/browser/metrics/metrics_service.cc (working copy)
|
| @@ -1877,7 +1877,7 @@
|
| for (StatisticsRecorder::Histograms::iterator it = histograms.begin();
|
| histograms.end() != it;
|
| ++it) {
|
| - if ((*it)->flags() & kUmaTargetedHistogramFlag)
|
| + if ((*it)->flags() & Histogram::kUmaTargetedHistogramFlag)
|
| // TODO(petersont): Only record historgrams if they are not precluded by
|
| // the UMA response data.
|
| // Bug http://code.google.com/p/chromium/issues/detail?id=2739.
|
|
|