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

Unified Diff: components/autofill/core/browser/DEPS

Issue 1137513002: Autofill: Add WalletIntegrationAvailable() to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Change pointer params to const ref. Add newline. Created 5 years, 7 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/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 41b846a3752a70e13e1f60782e33025a4d4e79d2..3e93aa1e7c84464eae663dad18ad6d718dfd6cf1 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+components/keyed_service/core",
"+components/signin/core/browser",
"+components/signin/core/common",
+ "+components/sync_driver",
"+components/webdata/common",
"+components/webdata_services",
"+crypto/random.h",

Powered by Google App Engine
This is Rietveld 408576698