diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-27 12:38:24 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-27 12:38:24 +0000 |
commit | 1ff4fae637c1b51fd14f8c691f10f251456fd22c (patch) | |
tree | 6f8347bf9a477c7eabe3c132ed9fed557a1df027 /ppapi | |
parent | c6248b61f721f5f4a0f9f2fd5146c2ed75de89d2 (diff) | |
download | chromium_src-1ff4fae637c1b51fd14f8c691f10f251456fd22c.zip chromium_src-1ff4fae637c1b51fd14f8c691f10f251456fd22c.tar.gz chromium_src-1ff4fae637c1b51fd14f8c691f10f251456fd22c.tar.bz2 |
Update includes and delete remaining strings forwarding headers.
BUG=247723
TEST=everything compiles OK
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17894007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 03a266e..12fc1a3 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) { |