chromium/chrome/browser/file_util_service.cc

// 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/file_util_service.h"

#include "chrome/grit/generated_resources.h"
#include "chrome/services/file_util/public/mojom/file_util_service.mojom.h"
#include "components/strings/grit/components_strings.h"
#include "content/public/browser/service_process_host.h"

namespace chrome {
// Class allows us to friend the passkeys we need to launch the service.
class FileUtilServiceLauncher {};
}  // namespace chrome

mojo::PendingRemote<chrome::mojom::FileUtilService> LaunchFileUtilService() {}