Index: chrome/browser/prefs/pref_hash_calculator.cc |
diff --git a/chrome/browser/prefs/pref_hash_calculator.cc b/chrome/browser/prefs/pref_hash_calculator.cc |
index 0afbfa5253bb9b3caaf9ef80cef3c0a8182e97bc..331ce36485fe6a9150935b05f2b69b3a66066d88 100644 |
--- a/chrome/browser/prefs/pref_hash_calculator.cc |
+++ b/chrome/browser/prefs/pref_hash_calculator.cc |
@@ -86,7 +86,7 @@ std::string GenerateDeviceIdLikePrefMetricsServiceDid( |
const std::string& original_device_id) { |
if (original_device_id.empty()) |
return std::string(); |
- return StringToLowerASCII( |
+ return base::StringToLowerASCII( |
GetDigestString(original_device_id, "PrefMetricsService")); |
} |