#ifndef COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
#define COMPONENTS_UPDATE_CLIENT_TEST_CONFIGURATOR_H_
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "base/containers/flat_map.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/sequence_checker.h"
#include "base/time/time.h"
#include "components/update_client/configurator.h"
#include "services/network/test/test_url_loader_factory.h"
#include "url/gurl.h"
class PrefService;
namespace network {
class SharedURLLoaderFactory;
}
namespace update_client {
class CrxDownloaderFactory;
class NetworkFetcherFactory;
class PatchChromiumFactory;
class ProtocolHandlerFactory;
class UnzipChromiumFactory;
#define POST_INTERCEPT_SCHEME …
#define POST_INTERCEPT_HOSTNAME …
#define POST_INTERCEPT_PATH …
const uint8_t jebg_hash[] = …;
inline constexpr char jebg_public_key[] = …;
inline constexpr uint8_t abag_hash[] = …;
inline constexpr uint8_t ihfo_hash[] = …;
inline constexpr uint8_t gjpm_hash[] = …;
class TestConfigurator : public Configurator { … };
}
#endif