std::string is all we need. const char* is an annoying special case because they can't be compared with ==. Having two different string types was a premature optimization. BUG=chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2340303002 Cr-Commit-Position: refs/heads/master@{#14235}