Chromium Code Reviews| Index: chrome/browser/sync/glue/DEPS |
| diff --git a/chrome/browser/sync/glue/DEPS b/chrome/browser/sync/glue/DEPS |
| index e61591fc7b2b0424e90ae6e608b3f23304bfdd60..709ecb1f5503b00128cab2b75f86aa3e107e7a0d 100644 |
| --- a/chrome/browser/sync/glue/DEPS |
| +++ b/chrome/browser/sync/glue/DEPS |
| @@ -17,11 +17,9 @@ include_rules = [ |
| "+sync/notifier/sync_notifier_factory.h", |
| "+sync/notifier/sync_notifier_observer.h", |
| - # TODO(zea): SessionModelAssociator shouldn't need this. |
| - "+sync/syncable", |
| + # TODO(sync): crbug.com/123674 |
| + "+sync/syncable/entry.h", |
|
rlarocque
2012/10/01 20:53:49
Note that this change will cause us to fail deps c
|
| # TODO(tim): This shouldn't be needed. |
| "+sync/util/cryptographer.h" |
| - |
| ] |
| - |