Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_options.cc

Issue 16366009: Use a direct include of strings headers in ppapi/, printing/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wrap comment Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/proxy/browser_font_resource_trusted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/trusted/plugin/pnacl_options.cc
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_options.cc b/ppapi/native_client/src/trusted/plugin/pnacl_options.cc
index 05eecf27bf6d8a01bc70d44eac60ef0c8cc90207..ad31e88cce18da5e95acdbd7da6fcd7c6a9cf23d 100644
--- a/ppapi/native_client/src/trusted/plugin/pnacl_options.cc
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_options.cc
@@ -45,7 +45,7 @@ std::vector<char> PnaclOptions::GetOptCommandline() {
std::vector<nacl::string> tokens;
// Split the experimental_flags_ + the -On along whitespace.
- // Mostly a copy of "base/string_util.h", but avoid importing
+ // Mostly a copy of "base/strings/string_util.h", but avoid importing
// base into the PPAPI plugin for now.
nacl::string delim(" ");
nacl::string str = experimental_flags_;
« no previous file with comments | « no previous file | ppapi/proxy/browser_font_resource_trusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698