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

Unified Diff: src/platform/update_engine/action_processor_unittest.cc

Issue 466036: AU: Beginnings of delta support (Closed)
Patch Set: Created 11 years 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
Index: src/platform/update_engine/action_processor_unittest.cc
diff --git a/src/platform/update_engine/action_processor_unittest.cc b/src/platform/update_engine/action_processor_unittest.cc
index 2a80bc3e1360a6281571ec59a188713cb1f85c98..613058533c90e6ade3882233108c8a0d4b863f66 100644
--- a/src/platform/update_engine/action_processor_unittest.cc
+++ b/src/platform/update_engine/action_processor_unittest.cc
@@ -70,8 +70,8 @@ class MyActionProcessorDelegate : public ActionProcessorDelegate {
EXPECT_FALSE(processing_stopped_called_);
processing_stopped_called_ = true;
}
- virtual void ActionCompleted(const ActionProcessor* processor,
- const AbstractAction* action,
+ virtual void ActionCompleted(ActionProcessor* processor,
+ AbstractAction* action,
bool success) {
EXPECT_EQ(processor_, processor);
EXPECT_FALSE(action_completed_called_);
« no previous file with comments | « src/platform/update_engine/action_processor.cc ('k') | src/platform/update_engine/decompressing_file_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698