// 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_BACKEND_PRINTING_RESTRICTIONS_H_ #define PRINTING_BACKEND_PRINTING_RESTRICTIONS_H_ #include "base/component_export.h" #include "build/build_config.h" #if BUILDFLAG(IS_CHROMEOS) #include "printing/mojom/print.mojom.h" #endif printing // namespace printing #endif // PRINTING_BACKEND_PRINTING_RESTRICTIONS_H_