1 // Copyright 2021 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #ifndef DISCOVERY_MDNS_TESTING_HASH_TEST_UTIL_H_ 6 #define DISCOVERY_MDNS_TESTING_HASH_TEST_UTIL_H_ 7 8 #if HASH_TEST_UTIL_USE_ABSL 9 #include "discovery/mdns/testing/hash_test_util_abseil.h" 10 #else 11 #include "discovery/mdns/testing/hash_test_util_nop.h" 12 #endif 13 14 #endif // DISCOVERY_MDNS_TESTING_HASH_TEST_UTIL_H_ 15