#ifndef REMOTING_CLIENT_NOTIFICATION_GSTATIC_JSON_FETCHER_H_
#define REMOTING_CLIENT_NOTIFICATION_GSTATIC_JSON_FETCHER_H_
#include <memory>
#include "base/containers/flat_map.h"
#include "base/memory/scoped_refptr.h"
#include "base/task/single_thread_task_runner.h"
#include "remoting/client/notification/json_fetcher.h"
#include "services/network/transitional_url_loader_factory_owner.h"
#include "url/gurl.h"
namespace network {
class SimpleURLLoader;
}
namespace remoting {
class GstaticJsonFetcher final : public JsonFetcher { … };
}
#endif