| Index: components/webdata/DEPS
|
| diff --git a/components/webdata/DEPS b/components/webdata/DEPS
|
| index 7ca0452c9d17a12759543c9c1a5b767fbd157f6c..fd8d17b6d9453c3a617041a7b5b74c5e4bae9090 100644
|
| --- a/components/webdata/DEPS
|
| +++ b/components/webdata/DEPS
|
| @@ -7,7 +7,6 @@ specific_include_rules = {
|
| # TODO(caitkp): Extract unit tests from //chrome, at lower priority
|
| # than production code.
|
| r'(.*_unittest|.*_test_util)\.(cc|h)': [
|
| - "+chrome/browser/webdata/keyword_table.h",
|
| "+chrome/browser/webdata/logins_table.h",
|
| "+chrome/browser/webdata/token_service_table.h",
|
| "+chrome/browser/webdata/token_web_data.h",
|
| @@ -16,6 +15,7 @@ specific_include_rules = {
|
| "+chrome/browser/webdata/web_data_service_factory.h",
|
| "+chrome/browser/webdata/web_intents_table.h",
|
| "+components/autofill/core",
|
| + "+components/search_engines/keyword_table.h",
|
| "+components/signin/core/browser/webdata",
|
| "+content/public/test",
|
| ],
|
|
|