chromium/ios/chrome/browser/profile/model/off_the_record_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_OFF_THE_RECORD_PROFILE_IOS_IMPL_H_
#define IOS_CHROME_BROWSER_PROFILE_MODEL_OFF_THE_RECORD_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
// OffTheRecordProfileIOSImpl when OffTheRecordChromeBrowserStateImpl is
// renamed. Until then it just forward-includes that class's header.

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

#endif  // IOS_CHROME_BROWSER_PROFILE_MODEL_OFF_THE_RECORD_PROFILE_IOS_IMPL_H_