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

Unified Diff: components/autofill/browser/autofill_manager.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/browser/autofill_data_model.cc ('k') | components/autofill/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/autofill_manager.h
diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
index 4a2bb5f752ddb27d17f7f73920b869e780419817..ea639919ec0c97f5adeb184dbfa75c602f7c8617 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -58,6 +58,7 @@ class Message;
namespace autofill {
+class AutofillDataModel;
class AutofillExternalDelegate;
class AutofillField;
class AutofillProfile;
@@ -66,7 +67,6 @@ class AutofillManagerTestDelegate;
class AutofillMetrics;
class CreditCard;
class FormStructureBrowserTest;
-class FormGroup;
class PasswordGenerator;
struct FormData;
@@ -302,7 +302,7 @@ class AutofillManager : public content::WebContentsObserver,
// appropriate data source and variant index. Returns false if the unpacked
// id cannot be found.
bool GetProfileOrCreditCard(int unique_id,
- const FormGroup** form_group,
+ const AutofillDataModel** data_model,
size_t* variant) const WARN_UNUSED_RESULT;
// Fills |form_structure| cached element corresponding to |form|.
« no previous file with comments | « components/autofill/browser/autofill_data_model.cc ('k') | components/autofill/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698