// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/enterprise/connectors/device_trust/test/test_constants.h" namespace enterprise_connectors::test { const char kAllowedHost[] = …; const char kOtherHost[] = …; const char kFailedToParseChallengeJsonResponse[] = …; } // namespace enterprise_connectors::test