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

Unified Diff: cloud_print/gcp20/prototype/print_job_handler.cc

Issue 448853002: Move StringToLowerASCII to base namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « chromeos/login/auth/key.cc ('k') | components/autofill/content/browser/wallet/required_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/print_job_handler.cc
diff --git a/cloud_print/gcp20/prototype/print_job_handler.cc b/cloud_print/gcp20/prototype/print_job_handler.cc
index e2752661b6879de86c5a40d0992601d8c4fd7014..dad81c28ee7eb8aa2532f35ef5ce841c341d30e9 100644
--- a/cloud_print/gcp20/prototype/print_job_handler.cc
+++ b/cloud_print/gcp20/prototype/print_job_handler.cc
@@ -34,7 +34,7 @@ bool ValidateTicket(const std::string& ticket) {
}
std::string GenerateId() {
- return StringToLowerASCII(base::GenerateGUID());
+ return base::StringToLowerASCII(base::GenerateGUID());
}
} // namespace
« no previous file with comments | « chromeos/login/auth/key.cc ('k') | components/autofill/content/browser/wallet/required_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698