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

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

Issue 2473553004: Request Picker task (Closed)
Patch Set: CR fixes per DougArnett 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..15167754fc916e6a9f7828dff79203f73cecefbc 100644
--- a/components/offline_pages/background/mark_attempt_completed_task.h
+++ b/components/offline_pages/background/mark_attempt_completed_task.h
@@ -8,6 +8,7 @@
#include <stdint.h>
#include <memory>
+#include "components/offline_pages/background/queue_results.h"
#include "components/offline_pages/background/request_queue_store.h"
#include "components/offline_pages/background/update_request_task.h"
#include "components/offline_pages/core/task.h"
@@ -23,7 +24,8 @@ class MarkAttemptCompletedTask : public UpdateRequestTask {
protected:
// UpdateRequestTask implementation:
- void UpdateRequestImpl(std::unique_ptr<UpdateRequestsResult> result) override;
+ void UpdateRequestImpl(
+ std::unique_ptr<QueueResults::UpdateRequestsResult> result) override;
};
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698