| Index: omaha_request_prep_action.h
|
| diff --git a/omaha_request_prep_action.h b/omaha_request_prep_action.h
|
| index d6030f5069b0e1307ff70a111f85b3f2d36fd90a..794cfb719a084395148ffa309b1e1f870b563931 100644
|
| --- a/omaha_request_prep_action.h
|
| +++ b/omaha_request_prep_action.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
| #include "update_engine/action.h"
|
| -#include "update_engine/update_check_action.h"
|
| +#include "update_engine/omaha_request_action.h"
|
|
|
| // This gathers local system information and prepares info used by the
|
| // update check action.
|
| @@ -21,7 +21,7 @@ template<>
|
| class ActionTraits<OmahaRequestPrepAction> {
|
| public:
|
| typedef NoneType InputObjectType;
|
| - typedef UpdateCheckParams OutputObjectType;
|
| + typedef OmahaRequestParams OutputObjectType;
|
| };
|
|
|
| class OmahaRequestPrepAction : public Action<OmahaRequestPrepAction> {
|
|
|