chromium/third_party/pdfium/testing/range_set.h

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef TESTING_RANGE_SET_H_
#define TESTING_RANGE_SET_H_

#include <stddef.h>

#include <set>
#include <utility>

class RangeSet {};

#endif  // TESTING_RANGE_SET_H_