summaryrefslogtreecommitdiff
path: root/common/action_processor.h
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2020-07-21 17:31:19 -0400
committerKelvin Zhang <zhangkelvin@google.com>2020-07-31 14:53:55 -0400
commit9dd9305611074c2b16d0f6efb532efe739f2521c (patch)
treea7b47f37c0cf27fd0d1993e4cc6ceddf2e99e731 /common/action_processor.h
parente283ce414e749e599d0ffad31897bc5e25450cad (diff)
Add unit test for fallback route of manifest cache
Test: Run atest Change-Id: Icc6a2c809c571c3ad8e16a863c37afd8d4042ed6
Diffstat (limited to 'common/action_processor.h')
-rw-r--r--common/action_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action_processor.h b/common/action_processor.h
index 735a1063..ad98cc9c 100644
--- a/common/action_processor.h
+++ b/common/action_processor.h
@@ -89,7 +89,7 @@ class ActionProcessor {
// But this call deletes the action if there no other object has a reference
// to it, so in that case, the caller should not try to access any of its
// member variables after this call.
- void ActionComplete(AbstractAction* actionptr, ErrorCode code);
+ virtual void ActionComplete(AbstractAction* actionptr, ErrorCode code);
private:
FRIEND_TEST(ActionProcessorTest, ChainActionsTest);