// Copyright 2019 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_EXTENSIONS_INSTALL_PROMPT_PERMISSIONS_H_ #define CHROME_BROWSER_EXTENSIONS_INSTALL_PROMPT_PERMISSIONS_H_ #include <string> #include <vector> #include "extensions/common/manifest.h" #include "extensions/common/permissions/permission_message.h" namespace extensions { class PermissionSet; struct InstallPromptPermissions { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_INSTALL_PROMPT_PERMISSIONS_H_