Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: components/history/core/browser/expire_history_backend.h

Issue 2690533002: Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/history/core/browser/expire_history_backend.h
diff --git a/components/history/core/browser/expire_history_backend.h b/components/history/core/browser/expire_history_backend.h
index b25508c6bfbd8592bba9268ddc636727bb13bb3b..ebffc5b62e4e14ee9b45b271c18c0a4f1333b326 100644
--- a/components/history/core/browser/expire_history_backend.h
+++ b/components/history/core/browser/expire_history_backend.h
@@ -19,6 +19,10 @@
class GURL;
class TestingProfile;
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace history {
class HistoryBackendClient;

Powered by Google App Engine
This is Rietveld 408576698