Upload upstream chromium 114.0.5735.31
[platform/framework/web/chromium-efl.git] / components / search_engines / default_search_policy_handler.h
index 35e5c58..d0bd473 100644 (file)
@@ -57,7 +57,7 @@ class DefaultSearchPolicyHandler : public ConfigurationPolicyHandler {
   // a blank string.
   void EnsureStringPrefExists(PrefValueMap* prefs, const std::string& path);
 
-  // Make sure that the |path| is present in |prefs_| and is a ListValue.  If
+  // Make sure that the |path| is present in |prefs_| and is a List.  If
   // not, set it to an empty list.
   void EnsureListPrefExists(PrefValueMap* prefs, const std::string& path);
 };