#ifndef CHROME_BROWSER_APPS_BROWSER_INSTANCE_BROWSER_APP_INSTANCE_H_
#define CHROME_BROWSER_APPS_BROWSER_INSTANCE_BROWSER_APP_INSTANCE_H_
#include <string>
#include "base/memory/raw_ptr.h"
#include "base/unguessable_token.h"
#include "build/chromeos_buildflags.h"
#include "components/services/app_service/public/cpp/browser_app_instance_update.h"
#include "components/services/app_service/public/cpp/browser_window_instance_update.h"
namespace aura {
class Window;
}
namespace content {
class WebContents;
}
namespace apps {
struct BrowserAppInstance { … };
struct BrowserWindowInstance { … };
}
#endif