Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index bf7e2a92f7589b28965568bc8aaf6e634ba4f85c..92ed8bcfcda6558c4cff065f1a952985724d06b6 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -697,7 +697,7 @@ ProfileIOData* ProfileIOData::FromResourceContext( |
// static |
bool ProfileIOData::IsHandledProtocol(const std::string& scheme) { |
- DCHECK_EQ(scheme, base::StringToLowerASCII(scheme)); |
+ DCHECK_EQ(scheme, base::ToLowerASCII(scheme)); |
static const char* const kProtocolList[] = { |
url::kFileScheme, |
content::kChromeDevToolsScheme, |