#ifndef COMPONENTS_TRUSTED_VAULT_TRUSTED_VAULT_CONNECTION_IMPL_H_
#define COMPONENTS_TRUSTED_VAULT_TRUSTED_VAULT_CONNECTION_IMPL_H_
#include <memory>
#include <vector>
#include "base/memory/scoped_refptr.h"
#include "base/time/time.h"
#include "components/trusted_vault/securebox.h"
#include "components/trusted_vault/trusted_vault_access_token_fetcher.h"
#include "components/trusted_vault/trusted_vault_connection.h"
#include "url/gurl.h"
namespace network {
class PendingSharedURLLoaderFactory;
class SharedURLLoaderFactory;
}
namespace trusted_vault {
enum class SecurityDomainId;
class TrustedVaultConnectionImpl : public TrustedVaultConnection { … };
}
#endif