| OLD | NEW |
| 1 msw@chromium.org | 1 msw@chromium.org |
| 2 pkasting@chromium.org | 2 pkasting@chromium.org |
| 3 sky@chromium.org | 3 sky@chromium.org |
| 4 # NOTE: Do not use the above owners when you're in a subdirectory that has | 4 # NOTE: Do not use the above owners when you're in a subdirectory that has |
| 5 # OWNERS file. Prefer these instead as these OWNERS will be more familiar, and | 5 # OWNERS file. Prefer these instead as these OWNERS will be more familiar, and |
| 6 # to load balance. Only use the above for subdirectories when doing refactorings | 6 # to load balance. Only use the above for subdirectories when doing refactorings |
| 7 # that touch all the platforms. | 7 # that touch all the platforms. |
| 8 | 8 |
| 9 # This is for the common case of adding or renaming files. If you're doing | 9 # This is for the common case of adding or renaming files. If you're doing |
| 10 # structural changes, use usual OWNERS rules. | 10 # structural changes, use usual OWNERS rules. |
| 11 per-file BUILD.gn=* | 11 per-file BUILD.gn=* |
| 12 | 12 |
| 13 per-file tab_helpers.*=avi@chromium.org | 13 per-file tab_helpers.*=avi@chromium.org |
| 14 | 14 |
| 15 # Instant/Search files. | 15 # Instant/Search files. |
| 16 per-file browser_instant_controller*=file://chrome/browser/search/OWNERS | 16 per-file browser_instant_controller*=file://chrome/browser/search/OWNERS |
| 17 |
| 18 # COMPONENT: UI>Browser |
| OLD | NEW |