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

Unified Diff: components/policy/core/browser/autofill_policy_handler.cc

Issue 2539363004: Make base::Value::TYPE a scoped enum. (Closed)
Patch Set: Rebase Created 4 years 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: components/policy/core/browser/autofill_policy_handler.cc
diff --git a/components/policy/core/browser/autofill_policy_handler.cc b/components/policy/core/browser/autofill_policy_handler.cc
index 89d4e91ecac0cf273d38d8d10621139f4baf6b4d..eb19817b3da9aa29f034a3a99f8a6fefde16a252 100644
--- a/components/policy/core/browser/autofill_policy_handler.cc
+++ b/components/policy/core/browser/autofill_policy_handler.cc
@@ -14,7 +14,7 @@ namespace policy {
AutofillPolicyHandler::AutofillPolicyHandler()
: TypeCheckingPolicyHandler(key::kAutoFillEnabled,
- base::Value::TYPE_BOOLEAN) {}
+ base::Value::Type::BOOLEAN) {}
AutofillPolicyHandler::~AutofillPolicyHandler() {
}

Powered by Google App Engine
This is Rietveld 408576698