// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MOJO_PUBLIC_CPP_BINDINGS_MAP_TRAITS_PROTOBUF_H_ #define MOJO_PUBLIC_CPP_BINDINGS_MAP_TRAITS_PROTOBUF_H_ #include <map> #include <utility> #include "base/logging.h" #include "mojo/public/cpp/bindings/map_traits.h" #include "third_party/protobuf/src/google/protobuf/map.h" namespace mojo { MapTraits< ::google::protobuf::Map<K, V>>; } // namespace mojo #endif // MOJO_PUBLIC_CPP_BINDINGS_MAP_TRAITS_PROTOBUF_H_