diff options
author | Tianjie Xu <xunchang@google.com> | 2020-07-06 21:23:45 +0000 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2020-07-06 21:23:45 +0000 |
commit | 242e33af30f7aa74531d436e1609100aae3b4394 (patch) | |
tree | 048c16c3935bac60f150f676ad8f8d8493248ce1 /update_manager/policy_test_utils.h | |
parent | 33d180914ef2cb9286595fb1fdcc3511c5fb1c34 (diff) | |
parent | 55abd3cbae6bd150b3534728a63befd1cadd6c5e (diff) |
Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge"
Diffstat (limited to 'update_manager/policy_test_utils.h')
-rw-r--r-- | update_manager/policy_test_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_manager/policy_test_utils.h b/update_manager/policy_test_utils.h index eb5758f0..cd94907d 100644 --- a/update_manager/policy_test_utils.h +++ b/update_manager/policy_test_utils.h @@ -93,7 +93,7 @@ class UmPolicyTestBase : public ::testing::Test { brillo::FakeMessageLoop loop_{nullptr}; chromeos_update_engine::FakeClock fake_clock_; FakeState fake_state_; - scoped_refptr<EvaluationContext> eval_ctx_; + std::shared_ptr<EvaluationContext> eval_ctx_; std::unique_ptr<Policy> policy_; }; |