Index: chrome/browser/net/nqe/ui_network_quality_estimator_service.cc |
diff --git a/chrome/browser/net/nqe/ui_network_quality_estimator_service.cc b/chrome/browser/net/nqe/ui_network_quality_estimator_service.cc |
index bb9f3d2d613948b039ae15bff7c371e93a10cd91..2b82122dc1e70ffaccb0608ba2e81a1eb755eb5b 100644 |
--- a/chrome/browser/net/nqe/ui_network_quality_estimator_service.cc |
+++ b/chrome/browser/net/nqe/ui_network_quality_estimator_service.cc |
@@ -104,7 +104,7 @@ void UINetworkQualityEstimatorService::SetEffectiveConnectionTypeForTesting( |
} |
net::EffectiveConnectionType |
-UINetworkQualityEstimatorService::GetEffectiveConnectionType() const { |
+UINetworkQualityEstimatorService::GetEffectiveConnectionType() { |
DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
return type_; |
} |