Index: net/ssl/channel_id_store.cc |
diff --git a/net/ssl/channel_id_store.cc b/net/ssl/channel_id_store.cc |
index 9545585e87c3dc20fca31e810d02b2a044bbebe2..9acd57d3735cf9d6d9c1c20fe960835eff602a3d 100644 |
--- a/net/ssl/channel_id_store.cc |
+++ b/net/ssl/channel_id_store.cc |
@@ -39,6 +39,10 @@ ChannelIDStore::ChannelID& ChannelIDStore::ChannelID::operator=( |
ChannelIDStore::ChannelID::~ChannelID() {} |
+ChannelIDStore::~ChannelIDStore() { |
+ DCHECK_CALLED_ON_VALID_THREAD(thread_checker_); |
+} |
+ |
void ChannelIDStore::InitializeFrom(const ChannelIDList& list) { |
for (ChannelIDList::const_iterator i = list.begin(); i != list.end(); |
++i) { |