#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
#include "chrome/browser/extensions/startup_helper.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace extensions {
class PackExtensionTest : public testing::Test { … };
TEST_F(PackExtensionTest, Extension) { … }
TEST_F(PackExtensionTest, ExtensionWithManagedStorage) { … }
TEST_F(PackExtensionTest, PackagedApp) { … }
TEST_F(PackExtensionTest, PlatformApp) { … }
}