Index: content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc b/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc |
index 0b9d27449d5693717ea15398655681785bd3df11..5fb76537b1d9cc3df08c09c883f975a73cabc992 100644 |
--- a/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_quota_client_unittest.cc |
@@ -139,7 +139,7 @@ class IndexedDBQuotaClientTest : public testing::Test { |
void OnGetOriginsComplete(const std::set<GURL>& origins, |
quota::StorageType type) { |
origins_ = origins; |
- type_ = type_; |
+ type_ = type; |
} |
void OnDeleteOriginComplete(quota::QuotaStatusCode code) { |