Index: chrome/browser/profiles/DEPS |
diff --git a/chrome/browser/profiles/DEPS b/chrome/browser/profiles/DEPS |
index b6f5425f2ae47720f0e6fc722374504f0f82c768..c1d3b9ffcc6c1d8d68c9ced5184a86538e5e65b3 100644 |
--- a/chrome/browser/profiles/DEPS |
+++ b/chrome/browser/profiles/DEPS |
@@ -3,3 +3,11 @@ include_rules = [ |
"+components/cookie_config", |
"+components/user_manager", |
] |
+ |
+specific_include_rules = { |
+ "profile_impl.cc": [ |
+ # Profile embeds the Identity Service, but the dependence |
+ # should be used *only* for Identity Service creation. |
+ "+services/identity/identity_service.h", |
+ ], |
+} |