Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
index 3f6ae23bb7cf2db222d31314a88a874db22aa084..6fd061c85d429a0c7d7fa3c551669a087aed478f 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h |
@@ -63,7 +63,7 @@ class DataReductionProxyConfigServiceClient { |
// Returns the current time. |
// Virtual for testing. |
- virtual base::Time Now() const; |
+ virtual base::Time Now(); |
// Constructs a synthetic response based on |params_|. |
// Virtual for testing. |