blob: 05c60f02ecec5a87d793eb3555efaee1b0e80eb0 [file] [log] [blame]
#ifndef PAYLOAD_PROPERTIES_H_
#define PAYLOAD_PROPERTIES_H_
#include "update_engine/omaha_response.h"
namespace chromeos_update_engine {
// reuse existing response structure from Omaha.
using PayloadProperties = OmahaResponse;
}; // namespace chromeos_update_engine
#endif // PAYLOAD_PROPERTIES_H_