chromium/ios/chrome/browser/profile/model/profile_ios_impl.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_PROFILE_MODEL_PROFILE_IOS_IMPL_H_
#define IOS_CHROME_BROWSER_PROFILE_MODEL_PROFILE_IOS_IMPL_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
// ProfileIOSImpl when ChromeBrowserStateImpl is renamed. Until then it just
// forward-includes that class's header.

#include "ios/chrome/browser/browser_state/model/chrome_browser_state_impl.h"

#endif  // IOS_CHROME_BROWSER_PROFILE_MODEL_PROFILE_IOS_IMPL_H_