Index: chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc |
diff --git a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc |
index 28096a1be5c8af5daab96e8d7a2b2d6df4c04042..888e2a78e75165115dae488ddb7bebb3d37f9171 100644 |
--- a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc |
+++ b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc |
@@ -332,7 +332,7 @@ void RulesRegistryWithCache::RuleStorageOnUI::WriteToStorage( |
if (!profile_) |
return; |
- const ListValue* rules = NULL; |
+ const base::ListValue* rules = NULL; |
CHECK(value->GetAsList(&rules)); |
bool rules_stored_previously = GetDeclarativeRulesStored(extension_id); |
bool store_rules = !rules->empty(); |