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

Unified Diff: chrome/browser/mock_browsing_data_file_system_helper.h

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_file_system_helper.h
diff --git a/chrome/browser/mock_browsing_data_file_system_helper.h b/chrome/browser/mock_browsing_data_file_system_helper.h
index e4fcbe30f24a13faa5323543347bf1497ecb1e0a..f13834840b40e9956b9edc7a264c5e8185272c8d 100644
--- a/chrome/browser/mock_browsing_data_file_system_helper.h
+++ b/chrome/browser/mock_browsing_data_file_system_helper.h
@@ -48,8 +48,6 @@ class MockBrowsingDataFileSystemHelper : public BrowsingDataFileSystemHelper {
private:
virtual ~MockBrowsingDataFileSystemHelper();
- Profile* profile_;
-
base::Callback<void(const std::list<FileSystemInfo>&)> callback_;
// Stores which filesystems exist.
« no previous file with comments | « chrome/browser/mock_browsing_data_database_helper.cc ('k') | chrome/browser/mock_browsing_data_file_system_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698