| OLD | NEW |
| 1 This directory contains service files and implementations for D-Bus | 1 This directory contains service files and implementations for D-Bus |
| 2 services provided by Chrome. | 2 services provided by Chrome. |
| 3 | 3 |
| 4 Service files (with .conf extension) must be listed in the | 4 Service files (with `.conf` extensions) must be listed in the |
| 5 "dbus_service_files" rule of chromeos/BUILD.gn so that they can be | 5 `dbus_service_files` rule of `chromeos/BUILD.gn` so that they can be |
| 6 deployed in Chrome OS and "Simple Chrome" builds. | 6 deployed in Chrome OS and [Simple Chrome] builds. |
| 7 |
| 8 [Simple Chrome]: https://www.chromium.org/chromium-os/how-tos-and-troubleshootin
g/building-chromium-browser |
| OLD | NEW |