OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/user_manager", | |
3 | |
4 #TODO(rlarocque): Move this dependency into the invalidation component. | 2 #TODO(rlarocque): Move this dependency into the invalidation component. |
Nicolas Zea
2014/07/18 21:11:16
This comment doesn't make sense here. I think it's
gab
2014/07/21 16:22:04
Done.
| |
5 #See crbug.com/259559. | 3 #See crbug.com/259559. |
6 "+sync/internal_api/public/base", | 4 "+sync/internal_api/public/base", |
Nicolas Zea
2014/07/18 21:11:16
if you're just depending on model_type.h, may as w
gab
2014/07/21 16:22:04
Done.
| |
7 ] | 5 ] |
OLD | NEW |