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

Unified Diff: chrome/browser/autofill/autofill_external_delegate.h

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/autofill/autofill_external_delegate.h
diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h
index 81638d7d222ef5e9c59c13195d70abb6ba8ebdb0..7f41694a11f1ddd82f64fb77ce03ca3706cb11c3 100644
--- a/chrome/browser/autofill/autofill_external_delegate.h
+++ b/chrome/browser/autofill/autofill_external_delegate.h
@@ -12,9 +12,9 @@
#include "base/string16.h"
#include "chrome/browser/autofill/autofill_popup_delegate.h"
#include "chrome/browser/autofill/password_autofill_manager.h"
-#include "chrome/common/form_data.h"
-#include "chrome/common/form_field_data.h"
-#include "chrome/common/password_form_fill_data.h"
+#include "components/autofill/common/form_data.h"
+#include "components/autofill/common/form_field_data.h"
+#include "components/autofill/common/password_form_fill_data.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_contents_user_data.h"
« no previous file with comments | « chrome/browser/autofill/autofill_download_unittest.cc ('k') | chrome/browser/autofill/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698