// 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_SHARED_MODEL_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_
#define IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_
// This is a forwarding header to ease the name transition of ChromeBrowserState
// and related classes to ProfileIOS.
// TODO(crbug.com/358267438): Delete this header once all usage is removed.
#include "ios/chrome/browser/shared/model/profile/profile_attributes_storage_ios.h"
#endif // IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_BROWSER_STATE_INFO_CACHE_H_