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 eb1e734e83f33098988d371dcbf3e335d33709cd..6bfdf53c9a9b3c6a1351ba9888aa671784a88aa3 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -31,7 +31,6 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/chrome_version_info.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
#include "components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h" |
@@ -443,7 +442,6 @@ void ProfileImplIOData::InitializeInternal( |
data_reduction_proxy_auth_request_handler_.reset( |
new data_reduction_proxy::DataReductionProxyAuthRequestHandler( |
DataReductionProxyChromeSettings::GetClient(), |
- chrome::VersionInfo().Version(), |
data_reduction_proxy_params_.get(), |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO))); |
data_reduction_proxy_usage_stats_.reset( |