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

Unified Diff: webkit/quota/quota_temporary_storage_evictor_unittest.cc

Issue 10680013: Remove unused fields found by clang's new Wunused-private-fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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
« no previous file with comments | « webkit/fileapi/obfuscated_file_util_unittest.cc ('k') | webkit/tools/test_shell/notification_presenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/quota_temporary_storage_evictor_unittest.cc
diff --git a/webkit/quota/quota_temporary_storage_evictor_unittest.cc b/webkit/quota/quota_temporary_storage_evictor_unittest.cc
index 1d6bf92e33037ec15bc95943f18510e464d328d8..756c6278e26d4fa434f63425da8c90fe120143d3 100644
--- a/webkit/quota/quota_temporary_storage_evictor_unittest.cc
+++ b/webkit/quota/quota_temporary_storage_evictor_unittest.cc
@@ -30,8 +30,7 @@ class MockQuotaEvictionHandler : public quota::QuotaEvictionHandler {
unlimited_usage_(0),
available_space_(0),
error_on_evict_origin_data_(false),
- error_on_get_usage_and_quota_(false),
- test_(test) {}
+ error_on_get_usage_and_quota_(false) {}
virtual void EvictOriginData(
const GURL& origin,
@@ -135,7 +134,6 @@ class MockQuotaEvictionHandler : public quota::QuotaEvictionHandler {
bool error_on_evict_origin_data_;
bool error_on_get_usage_and_quota_;
- QuotaTemporaryStorageEvictorTest *test_;
base::Closure task_for_get_usage_and_quota_;
};
« no previous file with comments | « webkit/fileapi/obfuscated_file_util_unittest.cc ('k') | webkit/tools/test_shell/notification_presenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698