Index: content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc |
diff --git a/content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc b/content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc |
index a34e632b283a136b7dfd967e35262da2b45c3197..1f2b9321fabd1e105608d300b13fa3f071c7ad70 100644 |
--- a/content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc |
@@ -41,7 +41,7 @@ class RegistryTestMockFactory : public MockIndexedDBFactory { |
} |
bool CheckNoOriginsInUse() const { |
- return !duplicate_calls_ && !origins_.size(); |
+ return !duplicate_calls_ && origins_.empty(); |
} |
bool CheckSingleOriginInUse(const url::Origin& origin) const { |