#ifndef CHROME_BROWSER_PASSWORD_MANAGER_WEB_APP_PROFILE_SWITCHER_H_
#define CHROME_BROWSER_PASSWORD_MANAGER_WEB_APP_PROFILE_SWITCHER_H_
#include "base/scoped_multi_source_observation.h"
#include "base/values.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_observer.h"
#include "components/webapps/common/web_app_id.h"
namespace webapps {
enum class InstallResultCode;
}
namespace web_app {
class AppLock;
struct IconBitmaps;
}
class WebAppProfileSwitcher : public ProfileObserver { … };
#endif