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

Unified Diff: components/offline_pages/background/mark_attempt_started_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_started_task.h
diff --git a/components/offline_pages/background/mark_attempt_started_task.h b/components/offline_pages/background/mark_attempt_started_task.h
index 8afaef8e76f05f18008b42f7ab42af67f1a26a94..194d3c40c185ab340dd4d863c2bde3538524f197 100644
--- a/components/offline_pages/background/mark_attempt_started_task.h
+++ b/components/offline_pages/background/mark_attempt_started_task.h
@@ -22,7 +22,8 @@ class MarkAttemptStartedTask : 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