| // Copyright (c) 2012 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 INSTALLER_CHROMEOS_SETIMAGE_H_ | |
| #define INSTALLER_CHROMEOS_SETIMAGE_H_ | |
| #include <string> | |
| #include "installer/chromeos_install_config.h" | |
| bool SetImage(const InstallConfig& install_config); | |
| #endif // INSTALLER_CHROMEOS_SETIMAGE_H_ |