Chromium Code Reviews| 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", |
|
tim (not reviewing)
2012/09/06 17:00:06
Hm, so previously, the only thing that could depen
Jói
2012/09/06 20:08:35
Done.
|
| + |
| # TODO(joi): Get rid of this. |
| "!chrome/browser/profiles/refcounted_profile_keyed_service.h", |
| ] |