blob: cf2dedbac29499a5a7bcba4f06dd3bb34f38842d [file] [log] [blame]
// Copyright 2017 The Chromium OS 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 UPGRADE_H_
#define UPGRADE_H_
#include <base/files/file_path.h>
namespace atrusctl {
bool PerformUpgrade(const base::FilePath& upgrade_file,
bool* skipped,
bool force_upgrade = false);
} // namespace atrusctl
#endif // UPGRADE_H_