Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1370)

Unified Diff: chrome/browser/ui/webui/options/core_options_handler.h

Issue 7634018: base: Rename ValueType to something less redundant as _just_ Type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « chrome/browser/prefs/scoped_user_pref_update.cc ('k') | chrome/browser/ui/webui/options/core_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698