blob: f584e28cbf71da1e97a2b674038b19d34f752bd7 [file] [log] [blame]
// Copyright 2025 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_PROFILE_PROFILE_IOS_UTIL_H_
#define IOS_CHROME_BROWSER_SHARED_MODEL_PROFILE_PROFILE_IOS_UTIL_H_
class ProfileIOS;
// Whether `profile` is the personal profile.
bool IsPersonalProfile(ProfileIOS* profile);
#endif // IOS_CHROME_BROWSER_SHARED_MODEL_PROFILE_PROFILE_IOS_UTIL_H_