Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Unified Diff: omaha_request_prep_action.h

Issue 2981007: Rename UpdateCheckAction|Params to OmahaRequestAction|Params. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: fix the comment Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « omaha_request_action_unittest.cc ('k') | omaha_request_prep_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> {
« no previous file with comments | « omaha_request_action_unittest.cc ('k') | omaha_request_prep_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698