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

Unified Diff: chrome/browser/content_settings/content_settings_policy_provider.cc

Issue 106433007: Update some uses of Value in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 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: chrome/browser/content_settings/content_settings_policy_provider.cc
diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc
index 9489032c0a7934c82cd7d2ddfa01836a325ea4d7..56b6c124bdd8abe6f732b0afc550d9dc936b37f6 100644
--- a/chrome/browser/content_settings/content_settings_policy_provider.cc
+++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
@@ -411,7 +411,7 @@ void PolicyProvider::UpdateManagedDefaultSetting(
ContentSettingsPattern::Wildcard(),
content_type,
std::string(),
- Value::CreateIntegerValue(setting));
+ base::Value::CreateIntegerValue(setting));
}
}
@@ -431,7 +431,7 @@ bool PolicyProvider::SetWebsiteSetting(
const ContentSettingsPattern& secondary_pattern,
ContentSettingsType content_type,
const ResourceIdentifier& resource_identifier,
- Value* value) {
+ base::Value* value) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698