#include "chrome/browser/web_applications/locks/with_app_resources.h"
#include "chrome/browser/web_applications/locks/web_app_lock_manager.h"
#include "chrome/browser/web_applications/web_app_provider.h"
namespace web_app {
WithAppResources::~WithAppResources() = default;
ExtensionsManager& WithAppResources::extensions_manager() { … }
IsolatedWebAppInstallationManager&
WithAppResources::isolated_web_app_installation_manager() { … }
WebAppRegistrar& WithAppResources::registrar() { … }
WebAppSyncBridge& WithAppResources::sync_bridge() { … }
WebAppInstallFinalizer& WithAppResources::install_finalizer() { … }
OsIntegrationManager& WithAppResources::os_integration_manager() { … }
WebAppInstallManager& WithAppResources::install_manager() { … }
WebAppIconManager& WithAppResources::icon_manager() { … }
WebAppTranslationManager& WithAppResources::translation_manager() { … }
WebAppUiManager& WithAppResources::ui_manager() { … }
WebAppOriginAssociationManager& WithAppResources::origin_association_manager() { … }
WithAppResources::WithAppResources(
base::WeakPtr<WebAppLockManager> lock_manager)
: … { … }
}