// Generated from generate_expired_histograms_array.py. Do not edit! #ifndef CHROME_BROWSER_METRICS_EXPIRED_HISTOGRAMS_ARRAY_H_ #define CHROME_BROWSER_METRICS_EXPIRED_HISTOGRAMS_ARRAY_H_ #include <stdint.h> namespace chrome_metrics { // Contains hashes of expired histograms. const uint32_t kExpiredHistogramsHashes[] = …; } // namespace chrome_metrics #endif // CHROME_BROWSER_METRICS_EXPIRED_HISTOGRAMS_ARRAY_H_