| Index: components/handoff/handoff_manager.mm
 | 
| diff --git a/components/handoff/handoff_manager.mm b/components/handoff/handoff_manager.mm
 | 
| index e7816ad5a5ee76b2081882fb92da5c43acb9e50f..cdcb8f169018fe27e5bf9b36240a32e33c5eaee0 100644
 | 
| --- a/components/handoff/handoff_manager.mm
 | 
| +++ b/components/handoff/handoff_manager.mm
 | 
| @@ -5,6 +5,7 @@
 | 
|  #include "components/handoff/handoff_manager.h"
 | 
|  
 | 
|  #include "base/logging.h"
 | 
| +#include "base/mac/objc_property_releaser.h"
 | 
|  #include "base/mac/scoped_nsobject.h"
 | 
|  #include "net/base/mac/url_conversions.h"
 | 
|  
 | 
| @@ -32,7 +33,12 @@
 | 
|  
 | 
|  @end
 | 
|  
 | 
| -@implementation HandoffManager
 | 
| +@implementation HandoffManager {
 | 
| +  base::mac::ObjCPropertyReleaser _propertyReleaser_HandoffManager;
 | 
| +  GURL _activeURL;
 | 
| +  NSUserActivity* _userActivity;
 | 
| +  handoff::Origin _origin;
 | 
| +}
 | 
|  
 | 
|  @synthesize userActivity = _userActivity;
 | 
|  
 | 
| 
 |