#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 network {
class SharedURLLoaderFactory;
}
namespace signin {
class IdentityManager;
}
namespace commerce {
class AccountChecker;
class ProductSpecificationsServerProxy { … };
}
#endif