summaryrefslogtreecommitdiff
path: root/nss/gtests/ssl_gtest/gtest_utils.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-06-08 10:53:01 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-06-08 10:53:01 +0000
commitf95d45c36e7c7131747259956821d844e8952e5d (patch)
treeeee14f8b212c48f8597c2a4927a167fcc3a15ea5 /nss/gtests/ssl_gtest/gtest_utils.h
parentdc1565216a5d20ae0d75872151523252309a1292 (diff)
downloadnss-master.tar.gz
Diffstat (limited to 'nss/gtests/ssl_gtest/gtest_utils.h')
-rw-r--r--nss/gtests/ssl_gtest/gtest_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/gtests/ssl_gtest/gtest_utils.h b/nss/gtests/ssl_gtest/gtest_utils.h
index 3ecd96c..2344c3c 100644
--- a/nss/gtests/ssl_gtest/gtest_utils.h
+++ b/nss/gtests/ssl_gtest/gtest_utils.h
@@ -34,7 +34,7 @@ class Timeout : public PollTarget {
bool timed_out() const { return !handle_; }
private:
- Poller::Timer* handle_;
+ std::shared_ptr<Poller::Timer> handle_;
};
} // namespace nss_test