Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: chrome/browser/browsing_data_quota_helper.h

Issue 7676002: When deleting storage through the cookies tree model, also update its cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browsing_data_quota_helper.h
diff --git a/chrome/browser/browsing_data_quota_helper.h b/chrome/browser/browsing_data_quota_helper.h
index 2ed0c1b71517dd3430c1c2fbf25a8f001f38996d..d3aac1bb3b6ce8a396e2406cd0c90260c2d75539 100644
--- a/chrome/browser/browsing_data_quota_helper.h
+++ b/chrome/browser/browsing_data_quota_helper.h
@@ -6,8 +6,8 @@
#define CHROME_BROWSER_BROWSING_DATA_QUOTA_HELPER_H_
#pragma once
+#include <list>
#include <string>
-#include <vector>
#include "base/callback_old.h"
#include "base/memory/ref_counted.h"
@@ -57,7 +57,7 @@ class BrowsingDataQuotaHelper
int64 persistent_usage;
};
- typedef std::vector<QuotaInfo> QuotaInfoArray;
+ typedef std::list<QuotaInfo> QuotaInfoArray;
typedef Callback1<const QuotaInfoArray&>::Type FetchResultCallback;
static BrowsingDataQuotaHelper* Create(Profile* profile);
« no previous file with comments | « chrome/browser/browsing_data_local_storage_helper_browsertest.cc ('k') | chrome/browser/browsing_data_quota_helper_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698