| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| index 7967199a7df44db41ce6e417baeaadc8df9b4dc5..f2fab9f59f0e673a71b79619868f0e1727bc73bb 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h
|
| @@ -16,7 +16,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "base/sequenced_task_runner.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h"
|
| #include "components/data_reduction_proxy/core/browser/db_data_owner.h"
|
| @@ -27,6 +26,7 @@ class PrefService;
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| +class SingleThreadTaskRunner;
|
| class TimeDelta;
|
| class Value;
|
| }
|
|
|