// Copyright 2024 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/commerce/core/compare/compare_utils.h" #include "base/json/json_writer.h" #include "base/strings/string_number_conversions.h" #include "base/values.h" namespace commerce { namespace { const char kTypeKey[] = …; const char kGPCTypeName[] = …; const char kIdentifierKey[] = …; const char kProductIdsKey[] = …; } // namespace std::string GetJsonStringForProductClusterIds( std::vector<uint64_t> product_cluster_ids) { … } } // namespace commerce