Chromium Code Reviews| Index: sync/util/DEPS |
| diff --git a/sync/util/DEPS b/sync/util/DEPS |
| index d72656b5e7b0e8c08a839b53c0c2cd769f3c44c5..f101c9be2cdf0123ce63bbbb947348f1a295b7d8 100644 |
| --- a/sync/util/DEPS |
| +++ b/sync/util/DEPS |
| @@ -4,4 +4,8 @@ include_rules = [ |
| "+sync/syncable/model_type.h", |
| "+sync/syncable/model_type_test_util.h", |
| "+sync/test/fake_encryptor.h", |
| + |
| + # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc |
| + # is gone. |
| + "+chrome/browser/chromeos/system", |
| ] |