Index: components/device_event_log/device_event_log_impl.cc |
diff --git a/components/device_event_log/device_event_log_impl.cc b/components/device_event_log/device_event_log_impl.cc |
index 7b339b5539bc4bfb79a8c2151a34844c5011883c..94ee5fded90ac93f72355c2b2a435bdb76dc4b8f 100644 |
--- a/components/device_event_log/device_event_log_impl.cc |
+++ b/components/device_event_log/device_event_log_impl.cc |
@@ -220,7 +220,7 @@ void GetFormat(const std::string& format_string, |
} |
LogType LogTypeFromString(const std::string& desc) { |
- std::string desc_lc = base::StringToLowerASCII(desc); |
+ std::string desc_lc = base::ToLowerASCII(desc); |
if (desc_lc == "network") |
return LOG_TYPE_NETWORK; |
if (desc_lc == "power") |