| Index: chrome/browser/common/DEPS
|
| diff --git a/chrome/browser/common/DEPS b/chrome/browser/common/DEPS
|
| index 12813f460544368d68b25fc987fa2da12def2f75..ad13bb66d554939a30dc96297abff5cd5d861444 100644
|
| --- a/chrome/browser/common/DEPS
|
| +++ b/chrome/browser/common/DEPS
|
| @@ -1,7 +1,6 @@
|
| include_rules = [
|
| # Common is for library/utility code shared by multiple parts of chrome
|
| - # browser. So it should not depend on other parts of the browser except API.
|
| + # browser. It should not depend on other parts of the browser.
|
| "-chrome/browser",
|
| - "+chrome/browser/api",
|
| "+chrome/browser/common",
|
| ]
|
|
|