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

Unified Diff: chrome/browser/mock_browsing_data_database_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
« no previous file with comments | « chrome/browser/managed_mode_unittest.cc ('k') | chrome/browser/mock_browsing_data_database_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mock_browsing_data_database_helper.h
diff --git a/chrome/browser/mock_browsing_data_database_helper.h b/chrome/browser/mock_browsing_data_database_helper.h
index 655bf00c7f2b9a275c15ba6bacb1c1907cd10277..c208ce3a1f3d0e4223faaf12d0b5929e31a1a563 100644
--- a/chrome/browser/mock_browsing_data_database_helper.h
+++ b/chrome/browser/mock_browsing_data_database_helper.h
@@ -46,8 +46,6 @@ class MockBrowsingDataDatabaseHelper : public BrowsingDataDatabaseHelper {
private:
virtual ~MockBrowsingDataDatabaseHelper();
- Profile* profile_;
-
base::Callback<void(const std::list<DatabaseInfo>&)> callback_;
// Stores which databases exist.
« no previous file with comments | « chrome/browser/managed_mode_unittest.cc ('k') | chrome/browser/mock_browsing_data_database_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698