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