blob: 9def942dd5d7e9714e1d47178109f9982d769aae [file] [log] [blame]
// 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_STRING_PIECE_H_
#define QUICHE_COMMON_PLATFORM_API_QUICHE_STRING_PIECE_H_
#include "net/quiche/common/platform/impl/quiche_string_piece_impl.h"
namespace quiche {
using QuicheStringPiece = quiche::QuicheStringPieceImpl;
} // namespace quiche
#endif // QUICHE_COMMON_PLATFORM_API_QUICHE_STRING_PIECE_H_