| Index: chrome/browser/DEPS
 | 
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
 | 
| index 775f092016de9b2311a5161149e557f2aabc1b4c..96473d96cbb10f00cd49f3edf8d31ca326b9612e 100644
 | 
| --- a/chrome/browser/DEPS
 | 
| +++ b/chrome/browser/DEPS
 | 
| @@ -5,6 +5,7 @@ include_rules = [
 | 
|    "+chrome/tools/profiles",  # For history unit tests.
 | 
|    "+chromeos",
 | 
|    "+content/public/browser",
 | 
| +  "+google/cacheinvalidation",
 | 
|    "+google_update",
 | 
|    "+grit",  # For generated headers
 | 
|    "+installer_util_strings",  # For generated headers
 | 
| @@ -20,6 +21,7 @@ include_rules = [
 | 
|    "+skia/ext",
 | 
|    "+skia/include",
 | 
|    "+sync/api",  # Sync API files.
 | 
| +  "+sync/notifier",  # TODO(msw): Should the new Invalidation API be in sync/api?
 | 
|    "+sync/protocol",  # Sync protobuf files.
 | 
|    "+third_party/cros_system_api",
 | 
|    "+webkit/database",
 | 
| 
 |