// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_COMMERCE_COUPONS_COUPON_DB_H_ #define CHROME_BROWSER_COMMERCE_COUPONS_COUPON_DB_H_ #include <vector> #include "base/functional/callback_helpers.h" #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #include "url/gurl.h" namespace content { class BrowserContext; } // namespace content namespace coupon_db { class CouponContentProto; } // namespace coupon_db template <typename T> class SessionProtoDB; class CouponDB { … }; #endif // CHROME_BROWSER_COMMERCE_COUPONS_COUPON_DB_H_