// 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. #ifndef CHROME_BROWSER_PROFILES_PROFILE_TESTING_HELPER_H_ #define CHROME_BROWSER_PROFILES_PROFILE_TESTING_HELPER_H_ #include "base/memory/raw_ptr.h" #include "chrome/test/base/testing_profile_manager.h" #include "content/public/test/browser_task_environment.h" class TestingProfile; class Profile; // Testing helper class to provide easy access to Profile Types (both Original // and Off The Record), Regular, Guest and System. class ProfileTestingHelper { … }; #endif // CHROME_BROWSER_PROFILES_PROFILE_TESTING_HELPER_H_