#ifndef COMPONENTS_POLICY_TEST_SUPPORT_REQUEST_HANDLER_FOR_POLICY_H_
#define COMPONENTS_POLICY_TEST_SUPPORT_REQUEST_HANDLER_FOR_POLICY_H_
#include <string>
#include "components/policy/test_support/client_storage.h"
#include "components/policy/test_support/embedded_policy_test_server.h"
namespace enterprise_management {
class DevicePolicyResponse;
class PolicyFetchRequest;
class PolicyFetchResponse;
}
namespace policy {
inline constexpr char kDefaultUsername[] = …;
class RequestHandlerForPolicy
: public EmbeddedPolicyTestServer::RequestHandler { … };
}
#endif