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

Unified Diff: chrome/browser/mock_browsing_data_database_helper.cc

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/mock_browsing_data_database_helper.cc
diff --git a/chrome/browser/mock_browsing_data_database_helper.cc b/chrome/browser/mock_browsing_data_database_helper.cc
index c62445ee005110fe734a0e9258ee512b5b6a3c0f..8fe9db03739a951866e86f4224550319fb8f71a7 100644
--- a/chrome/browser/mock_browsing_data_database_helper.cc
+++ b/chrome/browser/mock_browsing_data_database_helper.cc
@@ -16,7 +16,7 @@ MockBrowsingDataDatabaseHelper::~MockBrowsingDataDatabaseHelper() {
}
void MockBrowsingDataDatabaseHelper::StartFetching(
- Callback1<const std::vector<DatabaseInfo>& >::Type* callback) {
+ Callback1<const std::list<DatabaseInfo>& >::Type* callback) {
callback_.reset(callback);
}
« no previous file with comments | « chrome/browser/mock_browsing_data_database_helper.h ('k') | chrome/browser/mock_browsing_data_file_system_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698