chromium/printing/nup_parameters.h

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

#ifndef PRINTING_NUP_PARAMETERS_H_
#define PRINTING_NUP_PARAMETERS_H_

#include "base/component_export.h"

namespace printing {

class COMPONENT_EXPORT(PRINTING) NupParameters {};

}  // namespace printing

#endif  // PRINTING_NUP_PARAMETERS_H_