| Index: chrome/browser/extensions/api/metrics/metrics.h
|
| diff --git a/chrome/browser/extensions/api/metrics/metrics.h b/chrome/browser/extensions/api/metrics/metrics.h
|
| index f7702565cba9f40e68854ae6e805a0473ad417de..0318f5bf6bfc1ef42295d0e5bbecd7ed8d67a223 100644
|
| --- a/chrome/browser/extensions/api/metrics/metrics.h
|
| +++ b/chrome/browser/extensions/api/metrics/metrics.h
|
| @@ -28,7 +28,7 @@ class MetricsHistogramHelperFunction : public SyncExtensionFunction {
|
| virtual ~MetricsHistogramHelperFunction() {}
|
| bool GetNameAndSample(std::string* name, int* sample);
|
| virtual bool RecordValue(const std::string& name,
|
| - base::Histogram::ClassType type,
|
| + base::HistogramType type,
|
| int min, int max, size_t buckets,
|
| int sample);
|
| };
|
|
|