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

Unified Diff: components/autofill/browser/DEPS

Issue 12937016: Rename AutofillWebDataServiceImpl --> AutofillWebDataService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove c/b/api/autofill_webdata_service.h 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/DEPS
diff --git a/components/autofill/browser/DEPS b/components/autofill/browser/DEPS
index 5a773aa3e081eb55b9228adb2fa6a12e8e36e974..0f5b74a66e6319f37d0584c7aad62bc78c92d103 100644
--- a/components/autofill/browser/DEPS
+++ b/components/autofill/browser/DEPS
@@ -16,7 +16,7 @@ include_rules = [
"!chrome/common/chrome_notification_types.h",
# TODO(joi, kaiwang): Bring this list to zero.
- "!chrome/browser/api/webdata",
+ "!chrome/browser/webdata",
# TODO(akalin): Remove this dependency.
"!sync/util/data_encryption_win.h",
@@ -47,7 +47,7 @@ specific_include_rules = {
"!chrome/browser/ui/browser_tabstrip.h",
"!chrome/browser/ui/browser_window.h",
"!chrome/browser/ui/tabs/tab_strip_model.h",
- "!chrome/browser/webdata/autofill_web_data_service_impl.h",
+ "!chrome/browser/webdata/autofill_web_data_service.h",
"!chrome/browser/webdata/web_data_service.h",
"!chrome/browser/webdata/web_data_service_factory.h",
"!chrome/browser/webdata/web_data_service_test_util.h",

Powered by Google App Engine
This is Rietveld 408576698