// Copyright 2018 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/leveldb_proto/internal/proto_leveldb_wrapper_metrics.h" #include "base/metrics/histogram.h" #include "third_party/leveldatabase/env_chromium.h" namespace leveldb_proto { // static void ProtoLevelDBWrapperMetrics::RecordUpdate(const std::string& client, bool success, const leveldb::Status& status) { … } // static void ProtoLevelDBWrapperMetrics::RecordLoadEntries(const std::string& client, bool success) { … } } // namespace leveldb_proto