// Copyright (c) 2012 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_QUIC_TOOLS_QUIC_URL_H_ #define QUICHE_QUIC_TOOLS_QUIC_URL_H_ #include <string> #include "absl/strings/string_view.h" #include "quiche/quic/platform/api/quic_export.h" #include "quiche/common/platform/api/quiche_googleurl.h" namespace quic { // A utility class that wraps GURL. class QuicUrl { … }; } // namespace quic #endif // QUICHE_QUIC_TOOLS_QUIC_URL_H_