chromium/chrome/browser/persisted_state_db/session_proto_db_factory_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 "chrome/browser/persisted_state_db/session_proto_db_factory.h"

#include <memory>

#include "base/files/scoped_temp_dir.h"
#include "chrome/test/base/testing_profile.h"
#include "components/commerce/core/proto/persisted_state_db_content.pb.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

class SessionProtoDBFactoryTest : public testing::Test {};

TEST_F(SessionProtoDBFactoryTest, TestIncognitoProfile) {}

TEST_F(SessionProtoDBFactoryTest, TestSameProfile) {}

TEST_F(SessionProtoDBFactoryTest, TestDifferentProfile) {}