// 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_CART_CART_DB_H_ #define CHROME_BROWSER_CART_CART_DB_H_ #include <vector> #include "base/functional/callback_helpers.h" #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" namespace content { class BrowserContext; } // namespace content namespace cart_db { class ChromeCartContentProto; } // namespace cart_db template <typename T> class SessionProtoDB; class CartDB { … }; #endif // CHROME_BROWSER_CART_CART_DB_H_