chromium/components/zucchini/reference_set.h

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

#ifndef COMPONENTS_ZUCCHINI_REFERENCE_SET_H_
#define COMPONENTS_ZUCCHINI_REFERENCE_SET_H_

#include <stddef.h>

#include <vector>

#include "base/memory/raw_ref.h"
#include "components/zucchini/image_utils.h"

namespace zucchini {

class TargetPool;

// Container of distinct references of one type, along with traits, only used
// during patch generation.
class ReferenceSet {};

}  // namespace zucchini

#endif  // COMPONENTS_ZUCCHINI_REFERENCE_SET_H_