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

Unified Diff: chrome/browser/chromeos/customization_document.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 | « chrome/app/signature_validator_win_unittest.cc ('k') | chrome/browser/chromeos/file_manager/file_tasks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/customization_document.cc
diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
index 40f2eb2269a34df1bf46b8230a2e502c4705679d..aec335cf3e973095a750bd0c9c8838167590851c 100644
--- a/chrome/browser/chromeos/customization_document.cc
+++ b/chrome/browser/chromeos/customization_document.cc
@@ -515,7 +515,7 @@ void ServicesCustomizationDocument::StartFetching() {
&customization_id) &&
!customization_id.empty()) {
url_ = GURL(base::StringPrintf(
- kManifestUrl, StringToLowerASCII(customization_id).c_str()));
+ kManifestUrl, base::StringToLowerASCII(customization_id).c_str()));
} else {
// Remember that there is no customization ID in VPD.
OnCustomizationNotFound();
« no previous file with comments | « chrome/app/signature_validator_win_unittest.cc ('k') | chrome/browser/chromeos/file_manager/file_tasks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698