// Copyright 2023 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/feed/core/v2/ios_shared_experiments_translator.h" #include <memory> #include <string> #include <vector> #include "base/strings/string_number_conversions.h" #include "components/feed/feed_feature_list.h" namespace feed { bool ExperimentGroup::operator==(const ExperimentGroup& rhs) const { … } std::optional<Experiments> TranslateExperiments( const google::protobuf::RepeatedPtrField<feedwire::Experiment>& wire_experiments) { … } } // namespace feed