chromium/chrome/installer/setup/last_breaking_installer_version.h

// Copyright 2021 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_INSTALLER_SETUP_LAST_BREAKING_INSTALLER_VERSION_H_
#define CHROME_INSTALLER_SETUP_LAST_BREAKING_INSTALLER_VERSION_H_

namespace installer {

extern const wchar_t kLastBreakingInstallerVersion[];

}  // namespace installer

#endif  // CHROME_INSTALLER_SETUP_LAST_BREAKING_INSTALLER_VERSION_H_