#ifndef CHROME_BROWSER_PROFILE_RESETTER_BRANDCODE_CONFIG_FETCHER_H_
#define CHROME_BROWSER_PROFILE_RESETTER_BRANDCODE_CONFIG_FETCHER_H_
#include <memory>
#include <string>
#include <utility>
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
#include "services/data_decoder/public/cpp/data_decoder.h"
class BrandcodedDefaultSettings;
class GURL;
namespace network {
class SimpleURLLoader;
namespace mojom {
class URLLoaderFactory;
}
}
class BrandcodeConfigFetcher { … };
#endif