| Index: components/autofill/browser/risk/fingerprint.h
|
| diff --git a/components/autofill/browser/risk/fingerprint.h b/components/autofill/browser/risk/fingerprint.h
|
| index d498ec2d7d836063513c60449ad59a455388806a..c21b038c40cbfe59f2c67686086f7705acc32236 100644
|
| --- a/components/autofill/browser/risk/fingerprint.h
|
| +++ b/components/autofill/browser/risk/fingerprint.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/autofill/browser/autofill_manager_delegate.h"
|
| +#include "components/autofill/common/autofill_export.h"
|
|
|
| class PrefService;
|
|
|
| @@ -44,7 +45,7 @@ class Fingerprint;
|
| // |charset| is the default character set.
|
| // |accept_languages| is the Accept-Languages setting.
|
| // |install_time| is the absolute time of installation.
|
| -void GetFingerprint(
|
| +void AUTOFILL_EXPORT GetFingerprint(
|
| int64 gaia_id,
|
| const gfx::Rect& window_bounds,
|
| const content::WebContents& web_contents,
|
|
|