| Index: components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc
|
| index 19c6deeeb4ae3e3b418f7070eb7d44bfe2fd7a55..ba30403326db43ce8009042250a7f3fe8ad5ec30 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc
|
| @@ -31,7 +31,8 @@ class TestDataReductionProxyAuthRequestHandler
|
| public:
|
| TestDataReductionProxyAuthRequestHandler(int time_step_ms,
|
| int64 initial_time_ms)
|
| - : time_step_ms_(time_step_ms),
|
| + : DataReductionProxyAuthRequestHandler(NULL),
|
| + time_step_ms_(time_step_ms),
|
| now_(base::TimeTicks() +
|
| base::TimeDelta::FromMilliseconds(initial_time_ms)) {}
|
| protected:
|
|
|