chromium/ios/chrome/browser/shared/model/profile/profile_ios.h

// Copyright 2024 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_PROFILE_PROFILE_IOS_H_
#define IOS_CHROME_BROWSER_SHARED_MODEL_PROFILE_PROFILE_IOS_H_

// This is a forwarding header to ease the name transition of ChromeBrowserState
// and related classes to ProfileIOS. This header will become the header for
// ProfileIOS when ChromeBrowserState is renamed. Until then it just
// forward-includes that class's header.

#include "ios/chrome/browser/shared/model/browser_state/chrome_browser_state.h"

#endif  // IOS_CHROME_BROWSER_SHARED_MODEL_PROFILE_PROFILE_IOS_H_