| 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 f47f7157c64e948deb5f42acba0a04289227fb0f..6d773bc857d2be1b9a4ece3fa1e50e2d0861c2e6 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -433,7 +433,8 @@ void ProfileImplIOData::InitializeInternal(
|
| data_reduction_proxy_auth_request_handler_.reset(
|
| new data_reduction_proxy::DataReductionProxyAuthRequestHandler(
|
| DataReductionProxyChromeSettings::GetClient(),
|
| - DataReductionProxyChromeSettings::GetBuildAndPatchNumber(),
|
| + DataReductionProxyChromeSettings::GetBuildNumber(),
|
| + DataReductionProxyChromeSettings::GetPatchNumber(),
|
| data_reduction_proxy_params_.get(),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| data_reduction_proxy_usage_stats_.reset(
|
|
|