// Copyright 2022 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/profiles/profile_testing_helper.h" #include "chrome/test/base/testing_browser_process.h" #include "testing/gtest/include/gtest/gtest.h" #if BUILDFLAG(IS_CHROMEOS_ASH) #include "chrome/browser/ash/profiles/profile_helper.h" #include "chromeos/ash/components/browser_context_helper/browser_context_types.h" #endif // BUILDFLAG(IS_CHROMEOS_ASH) ProfileTestingHelper::ProfileTestingHelper() : … { … } ProfileTestingHelper::~ProfileTestingHelper() { … } void ProfileTestingHelper::SetUp() { … }