chromium/chrome/updater/win/setup/setup.h

// 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.

#ifndef CHROME_UPDATER_WIN_SETUP_SETUP_H_
#define CHROME_UPDATER_WIN_SETUP_SETUP_H_

#include "chrome/updater/updater_scope.h"

namespace updater {

int Setup(UpdaterScope scope);

}  // namespace updater

#endif  // CHROME_UPDATER_WIN_SETUP_SETUP_H_