| Index: components/autofill/core/browser/DEPS
|
| diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
|
| index 1ec7b000a8f39405283953056af91f2bae2e570d..3d77980d055879fe04b4c8a6a12493af1b1661a0 100644
|
| --- a/components/autofill/core/browser/DEPS
|
| +++ b/components/autofill/core/browser/DEPS
|
| @@ -24,6 +24,13 @@ specific_include_rules = {
|
| # WebContentsObserver.
|
| "!content/public/browser/web_contents_observer.h",
|
| ],
|
| + 'autofill_test_utils\.cc': [
|
| + # TODO(blundell): Bring this list to zero.
|
| + #
|
| + # Do not add to the list of temporarily-allowed dependencies below,
|
| + # and please do not introduce more #includes of these files.
|
| + "!components/user_prefs/user_prefs.h",
|
| + ],
|
| '.*_[a-z]*test\.cc': [
|
| # TODO(blundell): Bring this list to zero.
|
| #
|
|
|