blob: eebcb1b7fb7ea98cb2d1ff5fcd9105c00818457e [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_UTILITY_IMPORTER_PROFILE_IMPORT_MANIFEST_H_
#define CHROME_UTILITY_IMPORTER_PROFILE_IMPORT_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
const service_manager::Manifest& GetProfileImportManifest();
#endif // CHROME_UTILITY_IMPORTER_PROFILE_IMPORT_MANIFEST_H_