| Index: components/password_manager/DEPS
 | 
| diff --git a/components/password_manager/DEPS b/components/password_manager/DEPS
 | 
| index 2e79291cca3a13ddc74c9e4b59e4a5065e918f55..3c55581380f83f627268693cb398b3eac9f95f6f 100644
 | 
| --- a/components/password_manager/DEPS
 | 
| +++ b/components/password_manager/DEPS
 | 
| @@ -5,7 +5,8 @@ include_rules = [
 | 
|    "+net/base",
 | 
|    "+sql",
 | 
|    "+sync/api",
 | 
| -  "+sync/protocol",
 | 
| +  "+sync/protocol",  
 | 
| +  "+third_party/re2",
 | 
|    "+ui",
 | 
|    # PasswordManager is a layered component; subdirectories must explicitly
 | 
|    # introduce the ability to use the content layer as appropriate.
 | 
| 
 |