#ifndef CHROME_COMMON_RENDERER_CONFIGURATION_MOJOM_TEST_UTILS_H_
#define CHROME_COMMON_RENDERER_CONFIGURATION_MOJOM_TEST_UTILS_H_
#include "chrome/common/renderer_configuration.mojom.h"
namespace chrome::mojom {
class BoundSessionRequestThrottledHandlerInterceptorForTesting : public BoundSessionRequestThrottledHandler { … };
class BoundSessionRequestThrottledHandlerAsyncWaiter { … };
class ChromeOSListenerInterceptorForTesting : public ChromeOSListener { … };
class ChromeOSListenerAsyncWaiter { … };
class RendererConfigurationInterceptorForTesting : public RendererConfiguration { … };
class RendererConfigurationAsyncWaiter { … };
}
#endif