commit | 9dd9305611074c2b16d0f6efb532efe739f2521c | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Jul 21 17:31:19 2020 -0400 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Jul 31 14:53:55 2020 -0400 |
tree | a7b47f37c0cf27fd0d1993e4cc6ceddf2e99e731 | |
parent | e283ce414e749e599d0ffad31897bc5e25450cad [diff] [blame] |
Add unit test for fallback route of manifest cache Test: Run atest Change-Id: Icc6a2c809c571c3ad8e16a863c37afd8d4042ed6
diff --git a/common/action_pipe.h b/common/action_pipe.h index 0c98ee1..4c56812 100644 --- a/common/action_pipe.h +++ b/common/action_pipe.h
@@ -79,6 +79,8 @@ private: ObjectType contents_; + // Give unit test access + friend class DownloadActionTest; // The ctor is private. This is because this class should construct itself // via the static Bond() method.