47a48
> #include "base/str.hh"
80c81
< if (strncmp(line, target, strlen(target)) == 0) {
---
> if (startswith(line, target)) {