| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index 091f2f969326c59079bb8dc8b1f9597290bd7b3c..fd207474e3d9c8a925a0e49d23e6ea881b9581be 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -97,7 +97,7 @@ ProfileImplIOData::Handle::Handle(Profile* profile)
|
|
|
| ProfileImplIOData::Handle::~Handle() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| - io_data_->data_reduction_proxy_statistics_prefs()->WritePrefs();
|
| + io_data_->data_reduction_proxy_statistics_prefs()->WriteStats();
|
|
|
| if (io_data_->predictor_ != NULL) {
|
| // io_data_->predictor_ might be NULL if Init() was never called
|
|
|