summaryrefslogtreecommitdiffstats
path: root/sync/api
diff options
context:
space:
mode:
authorrouslan <rouslan@chromium.org>2015-06-23 15:10:15 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-23 22:11:51 +0000
commitfd7f4646661ae21fce8658b0a39b9ffe9616b897 (patch)
tree75abdf68bc2a24c94f63bfe30c907faf54644131 /sync/api
parent611a53e15beeda82fe4f00b04d8dfba33043e356 (diff)
downloadchromium_src-fd7f4646661ae21fce8658b0a39b9ffe9616b897.zip
chromium_src-fd7f4646661ae21fce8658b0a39b9ffe9616b897.tar.gz
chromium_src-fd7f4646661ae21fce8658b0a39b9ffe9616b897.tar.bz2
Reland: [autofill] Sync server card and address metadata.
First landed in: http://crrev.com/7c5be3b Reverted due to crashing in: http://crrev.com/df8814b This patch has the original patch and the fix for the crash. The fix is tested in AutofillProfileSyncableServiceTest.IgnoreServerProfileUpdate. BUG=481595 Review URL: https://codereview.chromium.org/1172133002 Cr-Commit-Position: refs/heads/master@{#335766}
Diffstat (limited to 'sync/api')
-rw-r--r--sync/api/sync_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/api/sync_data.h b/sync/api/sync_data.h
index 6815896..e3885291 100644
--- a/sync/api/sync_data.h
+++ b/sync/api/sync_data.h
@@ -193,7 +193,7 @@ class SYNC_EXPORT SyncDataRemote : public SyncData {
};
// gmock printer helper.
-void PrintTo(const SyncData& sync_data, std::ostream* os);
+void SYNC_EXPORT PrintTo(const SyncData& sync_data, std::ostream* os);
typedef std::vector<SyncData> SyncDataList;