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

Unified Diff: components/autofill/browser/DEPS

Issue 12937016: Rename AutofillWebDataServiceImpl --> AutofillWebDataService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/browser/autocomplete_history_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/DEPS
diff --git a/components/autofill/browser/DEPS b/components/autofill/browser/DEPS
index 5a773aa3e081eb55b9228adb2fa6a12e8e36e974..e8d5c18e604b0fa6a67c7cb29402798dd8f65b24 100644
--- a/components/autofill/browser/DEPS
+++ b/components/autofill/browser/DEPS
@@ -17,6 +17,7 @@ include_rules = [
# 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 +48,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",
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/autofill/browser/autocomplete_history_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698