Googletest export
Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
This commit is contained in:
		@@ -38,6 +38,7 @@
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <iostream>  // NOLINT
 | 
			
		||||
#include <map>
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <set>
 | 
			
		||||
#include <string>
 | 
			
		||||
#include <vector>
 | 
			
		||||
@@ -848,7 +849,7 @@ void Mock::ClearDefaultActionsLocked(void* mock_obj)
 | 
			
		||||
Expectation::Expectation() {}
 | 
			
		||||
 | 
			
		||||
Expectation::Expectation(
 | 
			
		||||
    const internal::linked_ptr<internal::ExpectationBase>& an_expectation_base)
 | 
			
		||||
    const std::shared_ptr<internal::ExpectationBase>& an_expectation_base)
 | 
			
		||||
    : expectation_base_(an_expectation_base) {}
 | 
			
		||||
 | 
			
		||||
Expectation::~Expectation() {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user