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

Unified Diff: components/autofill/browser/personal_data_manager.cc

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge 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: components/autofill/browser/personal_data_manager.cc
diff --git a/components/autofill/browser/personal_data_manager.cc b/components/autofill/browser/personal_data_manager.cc
index f05242f58b1659124ad26c6fa6d329b548335f2d..5647dae7354a4aebb2c602a0a7b509252d05e81b 100644
--- a/components/autofill/browser/personal_data_manager.cc
+++ b/components/autofill/browser/personal_data_manager.cc
@@ -13,7 +13,6 @@
#include "base/prefs/pref_service.h"
#include "base/strings/string_number_conversions.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/webdata/autofill_web_data_service.h"
#include "chrome/common/chrome_notification_types.h"
#include "components/autofill/browser/autofill-inl.h"
#include "components/autofill/browser/autofill_country.h"
@@ -27,6 +26,7 @@
#include "components/autofill/browser/validation.h"
#include "components/autofill/common/autofill_pref_names.h"
#include "components/user_prefs/user_prefs.h"
+#include "components/webdata/autofill/autofill_webdata_service.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/notification_source.h"

Powered by Google App Engine
This is Rietveld 408576698