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

Unified Diff: components/autofill/browser/address.h

Issue 14096009: [Autofill] Split off AutofillDataModel as a subclass of FormData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android compile 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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/browser/autofill_data_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/address.h
diff --git a/components/autofill/browser/address.h b/components/autofill/browser/address.h
index ba82124b3d603ce3937f9bf3db2ca308b75730d0..032a3feee9404cb7fcc89ff32b6c0ed6aa1b689d 100644
--- a/components/autofill/browser/address.h
+++ b/components/autofill/browser/address.h
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "base/compiler_specific.h"
#include "base/string16.h"
#include "components/autofill/browser/autofill_type.h"
#include "components/autofill/browser/field_types.h"
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/browser/autofill_data_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698