chromium/chrome/browser/ui/apps/chrome_app_delegate.h

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_APPS_CHROME_APP_DELEGATE_H_
#define CHROME_BROWSER_UI_APPS_CHROME_APP_DELEGATE_H_

#include <memory>

#include "base/callback_list.h"
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "extensions/browser/app_window/app_delegate.h"
#include "ui/base/window_open_disposition.h"
#include "ui/gfx/geometry/rect.h"

class Profile;
class ScopedKeepAlive;
class ScopedProfileKeepAlive;

class ChromeAppDelegate : public extensions::AppDelegate {};

#endif  // CHROME_BROWSER_UI_APPS_CHROME_APP_DELEGATE_H_