Index: webkit/quota/quota_client.h |
diff --git a/webkit/quota/quota_client.h b/webkit/quota/quota_client.h |
index d9499eb0dd74701eead2252ff6c135f722772eea..f3ebbada5d87723ceed86324ed276af47e583f56 100644 |
--- a/webkit/quota/quota_client.h |
+++ b/webkit/quota/quota_client.h |
@@ -66,6 +66,7 @@ class QuotaClient { |
DeletionCallback* callback) = 0; |
}; |
+// TODO(dmikurube): Replace it to std::vector for efficiency. |
typedef std::list<QuotaClient*> QuotaClientList; |
} // namespace quota |