// Copyright 2019 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_TEST_BASE_TESTING_PROFILE_KEY_H_ #define CHROME_TEST_BASE_TESTING_PROFILE_KEY_H_ #include "base/memory/raw_ptr.h" #include "chrome/browser/profiles/profile_key.h" #include "chrome/test/base/testing_profile.h" // ProfileKey to be used with TestingProfile. class TestingProfileKey : public ProfileKey { … }; #endif // CHROME_TEST_BASE_TESTING_PROFILE_KEY_H_