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

Unified Diff: components/offline_pages/background/mark_attempt_completed_task.h

Issue 2473553004: Request Picker task (Closed)
Patch Set: merge with latest Created 4 years, 1 month 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/offline_pages/background/mark_attempt_completed_task.h
diff --git a/components/offline_pages/background/mark_attempt_completed_task.h b/components/offline_pages/background/mark_attempt_completed_task.h
index 7997ee5e0298bb2139747861451b67122649eedc..7a1d3b3b2f5739849c54000f6adfae47122c71ad 100644
--- a/components/offline_pages/background/mark_attempt_completed_task.h
+++ b/components/offline_pages/background/mark_attempt_completed_task.h
@@ -8,12 +8,14 @@
#include <stdint.h>
#include <memory>
-#include "components/offline_pages/background/request_queue_store.h"
+#include "components/offline_pages/background/request_queue_results.h"
#include "components/offline_pages/background/update_request_task.h"
#include "components/offline_pages/core/task.h"
namespace offline_pages {
+class RequestQueueStore;
+
class MarkAttemptCompletedTask : public UpdateRequestTask {
public:
MarkAttemptCompletedTask(RequestQueueStore* store,
« no previous file with comments | « components/offline_pages/background/BUILD.gn ('k') | components/offline_pages/background/pick_request_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698