// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/metrics/histogram_encoder.h" #include <string> #include "base/metrics/bucket_ranges.h" #include "base/metrics/sample_vector.h" #include "testing/gtest/include/gtest/gtest.h" namespace metrics { TEST(HistogramEncoder, HistogramBucketFields) { … } } // namespace metrics