| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index e32efc284d5b3ce57a4e06b06901fc9ea12c51bb..87799686f4e8e3f78f5c7740b9cda0b291e2be2b 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -660,7 +660,7 @@ void IOThread::InitAsync() {
|
| globals_->data_reduction_proxy_auth_request_handler.reset(
|
| new data_reduction_proxy::DataReductionProxyAuthRequestHandler(
|
| DataReductionProxyChromeSettings::GetClient(),
|
| - DataReductionProxyChromeSettings::GetBuildAndPatchNumber(),
|
| + chrome::VersionInfo().Version(),
|
| globals_->data_reduction_proxy_params.get(),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| // This is the same as in ProfileImplIOData except that we do not collect
|
|
|