Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+athena/screen/public", | |
| 2 "+athena/system/public", | 3 "+athena/system/public", |
| 3 "+chromeos/dbus", | 4 "+chromeos/dbus", |
| 5 "+content/public/browser/browser_thread.h", | |
|
jam
2014/08/07 05:54:16
why not use dependency injection to avoid having t
flackr
2014/08/11 18:23:30
Done.
| |
| 6 "+ui/gfx/display.h", | |
| 4 ] | 7 ] |
| 5 | 8 |
| OLD | NEW |