| Index: ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc b/ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc
|
| index 03a266e526bbe949d8aff67a71d57ff5afca6e65..12fc1a305034855985fce13bdc63c68565a58082 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc
|
| @@ -9,8 +9,8 @@
|
|
|
| namespace {
|
|
|
| -// TODO(jvoung) use Tokenize from base/string_util.h when this moves
|
| -// to chromium.
|
| +// TODO(jvoung): Use Tokenize from base/strings/string_util.h when this moves
|
| +// to Chromium.
|
| void SplitString(const std::string& str,
|
| char delim,
|
| std::vector<std::string>* elems) {
|
|
|