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 01e64738eae61162791b714106ebda5622fc64c5..66aa8fd799c5844d087207f2b3bb5382fdfd89dc 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; |
} |