| Index: components/handoff/handoff_manager.h
|
| diff --git a/components/handoff/handoff_manager.h b/components/handoff/handoff_manager.h
|
| index 8b28a35b7a31973aea0d6d0d455b4783a59361e5..b29394d717391d473795d868e55b6d635437c01b 100644
|
| --- a/components/handoff/handoff_manager.h
|
| +++ b/components/handoff/handoff_manager.h
|
| @@ -8,6 +8,7 @@
|
| #include <Foundation/Foundation.h>
|
|
|
| #include "base/mac/objc_property_releaser.h"
|
| +#include "components/handoff/handoff_utility.h"
|
| #include "url/gurl.h"
|
|
|
| @class NSUserActivity;
|
| @@ -20,6 +21,7 @@
|
|
|
| GURL _activeURL;
|
| NSUserActivity* _userActivity;
|
| + handoff::Origin _origin;
|
| }
|
|
|
| // The active URL is defined as the URL of the most recently accessed tab. This
|
|
|