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

Unified Diff: components/password_manager/content/browser/DEPS

Issue 2216463002: [Autofill] Migrate ContentPasswordManagerDriver<-->Password{Autofill,Generation}Agent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit from Vaclav Created 4 years, 4 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/password_manager/content/browser/DEPS
diff --git a/components/password_manager/content/browser/DEPS b/components/password_manager/content/browser/DEPS
index abf61889754b46dbeea48822a4e010eaa0c8798f..cdef6b9073eeab49ef779bcc18bd820228eff8f9 100644
--- a/components/password_manager/content/browser/DEPS
+++ b/components/password_manager/content/browser/DEPS
@@ -4,6 +4,6 @@ include_rules = [
"+components/autofill/content/public/interfaces",
"+components/keyed_service/content",
"+content/public/browser",
- "+ipc",
"+net",
+ "+services/shell/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698