You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
472 B
15 lines
472 B
// Copyright 2021 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef DISCOVERY_MDNS_TESTING_HASH_TEST_UTIL_H_
|
|
#define DISCOVERY_MDNS_TESTING_HASH_TEST_UTIL_H_
|
|
|
|
#if HASH_TEST_UTIL_USE_ABSL
|
|
#include "discovery/mdns/testing/hash_test_util_abseil.h"
|
|
#else
|
|
#include "discovery/mdns/testing/hash_test_util_nop.h"
|
|
#endif
|
|
|
|
#endif // DISCOVERY_MDNS_TESTING_HASH_TEST_UTIL_H_
|