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

Unified Diff: components/autofill/browser/wallet/wallet_address.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/wallet/wallet_address.h
diff --git a/components/autofill/browser/wallet/wallet_address.h b/components/autofill/browser/wallet/wallet_address.h
index 937553eefe29557c1dab914843f4ea33cc61daa0..cfb79e1294459f5591eaee5a96a52b9b0390238e 100644
--- a/components/autofill/browser/wallet/wallet_address.h
+++ b/components/autofill/browser/wallet/wallet_address.h
@@ -11,6 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
#include "components/autofill/browser/field_types.h"
+#include "components/autofill/common/autofill_export.h"
namespace base {
class DictionaryValue;
@@ -31,7 +32,7 @@ namespace wallet {
// user's Online Wallet. It is loosely modeled as a subet of the OASIS
// "extensible Address Language" (xAL); see
// http://www.oasis-open.org/committees/ciq/download.shtml.
-class Address {
+class AUTOFILL_EXPORT Address {
public:
// TODO(ahutter): Use additional fields (descriptive_name, is_post_box,
// is_minimal_address, is_valid, is_default) when SaveToWallet is implemented.

Powered by Google App Engine
This is Rietveld 408576698