| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| index 589e391c61ab4938cb349df7ce108bf1e4f7d2d5..f217ff726f411ef24489b436950ef629039858dc 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h"
|
| -#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h"
|
| #include "net/base/capturing_net_log.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -181,8 +181,8 @@ class DataReductionProxyTestContext {
|
|
|
| // Obtains a callback for notifying that the Data Reduction Proxy is no
|
| // longer reachable.
|
| - DataReductionProxyUsageStats::UnreachableCallback
|
| - unreachable_callback() const;
|
| + DataReductionProxyBypassStats::UnreachableCallback unreachable_callback()
|
| + const;
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner() const {
|
| return task_runner_;
|
|
|