chromium/third_party/ots/src/src/name.h

// Copyright (c) 2011-2017 The OTS 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 OTS_NAME_H_
#define OTS_NAME_H_

#include <new>
#include <string>
#include <utility>
#include <vector>
#include <unordered_set>

#include "ots.h"

namespace ots {

struct NameRecord {};

class OpenTypeNAME : public Table {};

}  // namespace ots

#endif  // OTS_NAME_H_