// Copyright 2014 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_PWG_RASTER_SETTINGS_H_ #define PRINTING_PWG_RASTER_SETTINGS_H_ #include "printing/mojom/print.mojom.h" #include "printing/print_job_constants.h" namespace printing { enum PwgRasterTransformType { … }; struct PwgRasterSettings { … }; } // namespace printing #endif // PRINTING_PWG_RASTER_SETTINGS_H_