chromium/ios/chrome/browser/shared/model/browser_state/chrome_browser_state_manager_observer.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_BROWSER_STATE_CHROME_BROWSER_STATE_MANAGER_OBSERVER_H_
#define IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_CHROME_BROWSER_STATE_MANAGER_OBSERVER_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/shared/model/profile/profile_manager_observer_ios.h"

#endif  // IOS_CHROME_BROWSER_SHARED_MODEL_BROWSER_STATE_CHROME_BROWSER_STATE_MANAGER_OBSERVER_H_