diff options
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.cc')
-rw-r--r-- | chrome/browser/profiles/profile_io_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc index 614c0cb..0c9bcdd 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, |