#ifndef CHROME_BROWSER_SUPERVISED_USER_CHROME_SUPERVISED_USER_SERVICE_PLATFORM_DELEGATE_BASE_H_
#define CHROME_BROWSER_SUPERVISED_USER_CHROME_SUPERVISED_USER_SERVICE_PLATFORM_DELEGATE_BASE_H_
#include "base/scoped_multi_source_observation.h"
#include "chrome/browser/profiles/profile_observer.h"
#include "components/supervised_user/core/browser/supervised_user_service.h"
class Profile;
class ChromeSupervisedUserServicePlatformDelegateBase
: public supervised_user::SupervisedUserService::PlatformDelegate,
public ProfileObserver { … };
#endif