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

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

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.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;
« no previous file with comments | « chrome/browser/ui/webui/options/core_options_handler.h ('k') | chrome/common/json_schema_validator_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698