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

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..4e6bc806719422eeec1ee582a2f51492304ba77d 100644
--- a/chrome/browser/mock_browsing_data_local_storage_helper.cc
+++ b/chrome/browser/mock_browsing_data_local_storage_helper.cc
@@ -9,8 +9,7 @@
MockBrowsingDataLocalStorageHelper::MockBrowsingDataLocalStorageHelper(
Profile* profile)
- : BrowsingDataLocalStorageHelper(profile),
- profile_(profile) {
+ : BrowsingDataLocalStorageHelper(profile) {
Mark Mentovai 2012/06/27 14:53:12 Fix the indentation here while you’re playing with
Nico 2012/06/27 14:57:26 Done.
}
MockBrowsingDataLocalStorageHelper::~MockBrowsingDataLocalStorageHelper() {

Powered by Google App Engine
This is Rietveld 408576698