chromium/services/network/trust_tokens/trust_token_database_owner_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/network/trust_tokens/trust_token_database_owner.h"
#include "base/task/single_thread_task_runner.h"
#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace network {

TEST(TrustTokenDatabaseOwner, Initializes) {}

TEST(TrustTokenDatabaseOwner, StillInitializesOnDbOpenFailure) {}

}  // namespace network