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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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/ui/autofill/autofill_dialog_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
index be9360306c0c7d2a7b7815a19c597d59c20a896f..56bdcdff61a28cc5f386c74a60a397833eff0b48 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -15,17 +15,7 @@
#include "base/strings/string_split.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/autofill/autofill_country.h"
-#include "chrome/browser/autofill/autofill_manager.h"
-#include "chrome/browser/autofill/autofill_type.h"
-#include "chrome/browser/autofill/personal_data_manager.h"
#include "chrome/browser/autofill/personal_data_manager_factory.h"
-#include "chrome/browser/autofill/risk/fingerprint.h"
-#include "chrome/browser/autofill/risk/proto/fingerprint.pb.h"
-#include "chrome/browser/autofill/validation.h"
-#include "chrome/browser/autofill/wallet/full_wallet.h"
-#include "chrome/browser/autofill/wallet/wallet_items.h"
-#include "chrome/browser/autofill/wallet/wallet_service_url.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/extensions/shell_window_registry.h"
#include "chrome/browser/profiles/profile.h"
@@ -39,6 +29,16 @@
#include "chrome/browser/ui/extensions/shell_window.h"
#include "chrome/common/chrome_version_info.h"
#include "chrome/common/pref_names.h"
+#include "components/autofill/browser/autofill_country.h"
+#include "components/autofill/browser/autofill_manager.h"
+#include "components/autofill/browser/autofill_type.h"
+#include "components/autofill/browser/personal_data_manager.h"
+#include "components/autofill/browser/risk/fingerprint.h"
+#include "components/autofill/browser/risk/proto/fingerprint.pb.h"
+#include "components/autofill/browser/validation.h"
+#include "components/autofill/browser/wallet/full_wallet.h"
+#include "components/autofill/browser/wallet/wallet_items.h"
+#include "components/autofill/browser/wallet/wallet_service_url.h"
#include "components/autofill/common/form_data.h"
#include "components/user_prefs/pref_registry_syncable.h"
#include "content/public/browser/navigation_controller.h"

Powered by Google App Engine
This is Rietveld 408576698