Reduce string building complexity when needing to add a NUL byte

sizeof() enables us to copy over the NUL terminator included with the
string constant as well, so indicate the size explicitly.

BUG=679789

Review-Url: https://codereview.chromium.org/2901923002
Cr-Commit-Position: refs/heads/master@{#474247}
1 file changed