#ifndef EXTENSIONS_BROWSER_EXTERNAL_INSTALL_INFO_H_
#define EXTENSIONS_BROWSER_EXTERNAL_INSTALL_INFO_H_
#include "base/files/file_path.h"
#include "base/version.h"
#include "extensions/common/extension_id.h"
#include "extensions/common/manifest.h"
#include "extensions/common/mojom/manifest.mojom-shared.h"
#include "url/gurl.h"
namespace extensions {
struct ExternalInstallInfo { … };
struct ExternalInstallInfoFile : public ExternalInstallInfo { … };
struct ExternalInstallInfoUpdateUrl : public ExternalInstallInfo { … };
}
#endif