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

Unified Diff: chrome/browser/webdata/autofill_change.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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: chrome/browser/webdata/autofill_change.cc
diff --git a/chrome/browser/webdata/autofill_change.cc b/chrome/browser/webdata/autofill_change.cc
index e6bb08534856aa7d4725b201310bfd501ebfa4ce..6b5202d0174fb5faa40ad0924ed4c34f1d91f7d2 100644
--- a/chrome/browser/webdata/autofill_change.cc
+++ b/chrome/browser/webdata/autofill_change.cc
@@ -4,8 +4,8 @@
#include "chrome/browser/webdata/autofill_change.h"
-#include "chrome/browser/autofill/autofill_profile.h"
-#include "chrome/browser/autofill/credit_card.h"
+#include "components/autofill/browser/autofill_profile.h"
+#include "components/autofill/browser/credit_card.h"
AutofillChange::AutofillChange(Type type, const AutofillKey& key)
: GenericAutofillChange<AutofillKey>(type, key) {

Powered by Google App Engine
This is Rietveld 408576698