#ifndef CHROME_BROWSER_WEB_APPLICATIONS_ISOLATED_WEB_APPS_TEST_IWA_TEST_SERVER_CONFIGURATOR_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_ISOLATED_WEB_APPS_TEST_IWA_TEST_SERVER_CONFIGURATOR_H_
#include <vector>
#include "chrome/browser/web_applications/isolated_web_apps/test/test_signed_web_bundle_builder.h"
#include "chrome/browser/web_applications/test/fake_web_contents_manager.h"
#include "url/gurl.h"
namespace network {
class TestURLLoaderFactory;
}
namespace web_app {
class IwaTestServerConfigurator { … };
}
#endif