chromium/ios/chrome/browser/browser_state/model/off_the_record_chrome_browser_state_io_data.h

// Copyright 2015 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_BROWSER_STATE_MODEL_OFF_THE_RECORD_CHROME_BROWSER_STATE_IO_DATA_H_
#define IOS_CHROME_BROWSER_BROWSER_STATE_MODEL_OFF_THE_RECORD_CHROME_BROWSER_STATE_IO_DATA_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/profile/model/off_the_record_profile_ios_io_data.h"

#endif  // IOS_CHROME_BROWSER_BROWSER_STATE_MODEL_OFF_THE_RECORD_CHROME_BROWSER_STATE_IO_DATA_H_