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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_store.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/extensions/api/content_settings/content_settings_store.cc
diff --git a/chrome/browser/extensions/api/content_settings/content_settings_store.cc b/chrome/browser/extensions/api/content_settings/content_settings_store.cc
index 6f0c1c9c66c39d2b25749ec0f41dfbfffdfcd1a1..12f9a270e504fd8a25b945ccc169a4b3d9739422 100644
--- a/chrome/browser/extensions/api/content_settings/content_settings_store.cc
+++ b/chrome/browser/extensions/api/content_settings/content_settings_store.cc
@@ -286,7 +286,7 @@ void ContentSettingsStore::SetExtensionContentSettingFromList(
ExtensionPrefsScope scope) {
for (base::ListValue::const_iterator it = list->begin();
it != list->end(); ++it) {
- if ((*it)->GetType() != Value::TYPE_DICTIONARY) {
+ if ((*it)->GetType() != base::Value::TYPE_DICTIONARY) {
NOTREACHED();
continue;
}
« no previous file with comments | « chrome/browser/extensions/api/capture_web_contents_function.cc ('k') | chrome/browser/extensions/api/cookies/cookies_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698