chromium/components/commerce/core/commerce_info_cache.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_COMMERCE_INFO_CACHE_H_
#define COMPONENTS_COMMERCE_CORE_COMMERCE_INFO_CACHE_H_

#include <memory>
#include <string>
#include <unordered_map>

#include "base/cancelable_callback.h"
#include "base/functional/callback.h"
#include "base/time/time.h"

class GURL;

namespace base {
class Time;
}

namespace commerce {

struct PriceInsightsInfo;
struct ProductInfo;

class CommerceInfoCache {};

}  // namespace commerce

#endif  // COMPONENTS_COMMERCE_CORE_COMMERCE_INFO_CACHE_H_