// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/printing/printing_service.h" #include "base/no_destructor.h" #include "chrome/grit/generated_resources.h" #include "chrome/services/printing/public/mojom/printing_service.mojom.h" #include "content/public/browser/service_process_host.h" const mojo::Remote<printing::mojom::PrintingService>& GetPrintingService() { … }