Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: components/autofill/browser/risk/fingerprint.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698