#ifndef CHROME_BROWSER_WEB_APPLICATIONS_TEST_TEST_WEB_APP_URL_LOADER_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_TEST_TEST_WEB_APP_URL_LOADER_H_
#include <map>
#include <queue>
#include <vector>
#include "base/containers/queue.h"
#include "base/functional/callback.h"
#include "base/functional/callback_helpers.h"
#include "components/webapps/browser/web_contents/web_app_url_loader.h"
#include "url/gurl.h"
namespace web_app {
class TestWebAppUrlLoader : public webapps::WebAppUrlLoader { … };
}
#endif