| Index: chrome/browser/api/DEPS
|
| diff --git a/chrome/browser/api/DEPS b/chrome/browser/api/DEPS
|
| index d7ae34ec1501458d1db0cd76d63160e44ec54d43..15ffc176d780c775415b00ff26e3ce9d86586d8b 100644
|
| --- a/chrome/browser/api/DEPS
|
| +++ b/chrome/browser/api/DEPS
|
| @@ -27,6 +27,9 @@ include_rules = [
|
| "-chrome/browser",
|
| "+chrome/browser/api",
|
|
|
| + # This is part of the sync API, OK to depend on, no need to move.
|
| + "+sync/internal_api/public/base/model_type.h",
|
| +
|
| # TODO(joi): Get rid of this.
|
| "!chrome/browser/profiles/refcounted_profile_keyed_service.h",
|
| ]
|
|
|