Index: content/browser/indexed_db/indexed_db_observer.h |
diff --git a/content/browser/indexed_db/indexed_db_observer.h b/content/browser/indexed_db/indexed_db_observer.h |
index e17b095ffd318096ef66265d0a2be2dd85782e10..2d8f23b70200b241ab5f6737053a2faee2eeb69a 100644 |
--- a/content/browser/indexed_db/indexed_db_observer.h |
+++ b/content/browser/indexed_db/indexed_db_observer.h |
@@ -49,7 +49,7 @@ class CONTENT_EXPORT IndexedDBObserver { |
return options_.operation_types[type]; |
} |
bool IsRecordingObjectStore(int64_t object_store_id) const { |
- return ContainsValue(object_store_ids_, object_store_id); |
+ return base::ContainsValue(object_store_ids_, object_store_id); |
} |
bool include_transaction() const { return options_.include_transaction; } |
bool no_records() const { return options_.no_records; } |