chromium/ios/chrome/browser/shared/model/browser_state/test_chrome_browser_state_manager.h

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

#ifndef IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_TEST_CHROME_BROWSER_STATE_MANAGER_H_
#define IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_TEST_CHROME_BROWSER_STATE_MANAGER_H_

// This is a forwarding header to ease the name transition of ChromeBrowserState
// and related classes to ProfileIOS.
// TODO(crbug.com/358267438): Remove this file.

#include "ios/chrome/browser/shared/model/profile/test/test_profile_manager_ios.h"

#endif  // IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_TEST_CHROME_BROWSER_STATE_MANAGER_H_