chromium/components/commerce/core/compare/product_specifications_server_proxy.h

// 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.

#ifndef COMPONENTS_COMMERCE_CORE_COMPARE_PRODUCT_SPECIFICATIONS_SERVER_PROXY_H_
#define COMPONENTS_COMMERCE_CORE_COMPARE_PRODUCT_SPECIFICATIONS_SERVER_PROXY_H_

#include <map>
#include <optional>
#include <vector>

#include "base/functional/callback.h"
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "components/commerce/core/commerce_types.h"
#include "url/gurl.h"

class EndpointFetcher;
struct EndpointResponse;

namespace base {
class Value;
}  // namespace base

namespace network {
class SharedURLLoaderFactory;
}  // namespace network

namespace signin {
class IdentityManager;
}  // namespace signin

namespace commerce {

class AccountChecker;

class ProductSpecificationsServerProxy {};

}  // namespace commerce

#endif  // COMPONENTS_COMMERCE_CORE_COMPARE_PRODUCT_SPECIFICATIONS_SERVER_PROXY_H_