Index: base/metrics/histogram_base.h |
diff --git a/base/metrics/histogram_base.h b/base/metrics/histogram_base.h |
index bdc052eff2d2b8be16d6dbbac3683f4d062c74db..9979d470ff52d9ccf257fbc8fa59c1185f834a6d 100644 |
--- a/base/metrics/histogram_base.h |
+++ b/base/metrics/histogram_base.h |
@@ -31,7 +31,7 @@ class PickleIterator; |
// processes into the browser. If you create another class that inherits from |
// HistogramBase, add new histogram types and names below. |
-enum BASE_EXPORT HistogramType { |
+enum HistogramType { |
HISTOGRAM, |
LINEAR_HISTOGRAM, |
BOOLEAN_HISTOGRAM, |