Index: chrome/browser/ui/webui/options/core_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/core_options_handler.cc b/chrome/browser/ui/webui/options/core_options_handler.cc |
index e66585fe903273dd149edecff01a1e58782c9ccd..b0853c49bbac7947e742ffc4ce439dd1927785e3 100644 |
--- a/chrome/browser/ui/webui/options/core_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/core_options_handler.cc |
@@ -304,7 +304,7 @@ void CoreOptionsHandler::HandleSetListPref(const ListValue* args) { |
} |
void CoreOptionsHandler::HandleSetPref(const ListValue* args, |
- Value::ValueType type) { |
+ base::Value::Type type) { |
DCHECK_GT(static_cast<int>(args->GetSize()), 1); |
std::string pref_name; |