Index: chrome/browser/ui/webui/options/core_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/core_options_handler.h b/chrome/browser/ui/webui/options/core_options_handler.h |
index 185914da06c4de3d7d8afee26b5acfb99a20fcb9..24f76b224f22eafa8b265a773a8c26a17c1cac88 100644 |
--- a/chrome/browser/ui/webui/options/core_options_handler.h |
+++ b/chrome/browser/ui/webui/options/core_options_handler.h |
@@ -91,7 +91,7 @@ class CoreOptionsHandler : public OptionsPageUIHandler { |
void HandleSetStringPref(const ListValue* args); |
void HandleSetListPref(const ListValue* args); |
- void HandleSetPref(const ListValue* args, Value::ValueType type); |
+ void HandleSetPref(const ListValue* args, base::Value::Type type); |
// Callback for the "clearPref" message. This message clears a preference |
// value. |args| is an array of parameters as follows: |