blob: 127c53c07743899bce80fd4b7739aebb4349e041 [file] [log] [blame]
// Copyright (c) 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef POLYFILLS_BASE_METRICS_HISTOGRAM_MACROS_H_
#define POLYFILLS_BASE_METRICS_HISTOGRAM_MACROS_H_
#define UMA_HISTOGRAM_ENUMERATION(name, ...) do {} while(false)
#endif /* POLYFILLS_BASE_METRICS_HISTOGRAM_MACROS_H_ */