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

Unified Diff: chrome/browser/mock_browsing_data_local_storage_helper.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
Index: chrome/browser/mock_browsing_data_local_storage_helper.cc
diff --git a/chrome/browser/mock_browsing_data_local_storage_helper.cc b/chrome/browser/mock_browsing_data_local_storage_helper.cc
index 2d391f8e9a978e5ed7f15081626c1ea9e1eb0f66..ea2a09897f99e12ccfa68f6b8fd7a79f838db67a 100644
--- a/chrome/browser/mock_browsing_data_local_storage_helper.cc
+++ b/chrome/browser/mock_browsing_data_local_storage_helper.cc
@@ -8,9 +8,8 @@
#include "base/logging.h"
MockBrowsingDataLocalStorageHelper::MockBrowsingDataLocalStorageHelper(
- Profile* profile)
- : BrowsingDataLocalStorageHelper(profile),
- profile_(profile) {
+ Profile* profile)
+ : BrowsingDataLocalStorageHelper(profile) {
}
MockBrowsingDataLocalStorageHelper::~MockBrowsingDataLocalStorageHelper() {
« no previous file with comments | « chrome/browser/mock_browsing_data_local_storage_helper.h ('k') | chrome/browser/mock_browsing_data_quota_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698