// Copyright (c) 2017 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 QUICHE_COMMON_PLATFORM_API_QUICHE_HOSTNAME_UTILS_H_ #define QUICHE_COMMON_PLATFORM_API_QUICHE_HOSTNAME_UTILS_H_ #include <string> #include "absl/strings/string_view.h" #include "quiche/common/platform/api/quiche_export.h" namespace quiche { class QUICHE_EXPORT QuicheHostnameUtils { … }; } // namespace quiche #endif // QUICHE_COMMON_PLATFORM_API_QUICHE_HOSTNAME_UTILS_H_