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

Unified Diff: components/content_settings/core/browser/website_settings_info.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/content_settings/core/browser/website_settings_info.cc
diff --git a/components/content_settings/core/browser/website_settings_info.cc b/components/content_settings/core/browser/website_settings_info.cc
index 8ee4a329a2744cd95ae994d840cf94e73d859a61..e7932081bac8873f60c43c848d804695b8d950eb 100644
--- a/components/content_settings/core/browser/website_settings_info.cc
+++ b/components/content_settings/core/browser/website_settings_info.cc
@@ -48,7 +48,7 @@ WebsiteSettingsInfo::WebsiteSettingsInfo(
// TODO(raymes): We should migrate the underlying pref to be a dictionary
// rather than an int.
DCHECK(!initial_default_value_ ||
- initial_default_value_->IsType(base::Value::TYPE_INTEGER));
+ initial_default_value_->IsType(base::Value::Type::INTEGER));
}
WebsiteSettingsInfo::~WebsiteSettingsInfo() {}
« no previous file with comments | « components/content_settings/core/browser/content_settings_pref.cc ('k') | components/dom_distiller/core/distiller_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698