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() { |