chromium/chrome/browser/storage_access_api/storage_access_api_service_factory_unittest.cc

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

#include "chrome/browser/storage_access_api/storage_access_api_service_factory.h"

#include "base/memory/raw_ptr.h"
#include "chrome/browser/storage_access_api/storage_access_api_service_impl.h"
#include "chrome/test/base/testing_browser_process.h"
#include "chrome/test/base/testing_profile.h"
#include "chrome/test/base/testing_profile_manager.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

class StorageAccessAPIServiceFactoryTest : public testing::Test {};

TEST_F(StorageAccessAPIServiceFactoryTest, RegularProfile_ServiceCreated) {}

TEST_F(StorageAccessAPIServiceFactoryTest, OffTheRecordProfile_OwnInstance) {}