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

Unified Diff: components/offline_pages/background/remove_requests_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/remove_requests_task.h
diff --git a/components/offline_pages/background/remove_requests_task.h b/components/offline_pages/background/remove_requests_task.h
index a110134e7ea6c4591c43de8784320797016a7593..e0d2b2cfca21daf9a9c10bcfdb831cabb97ac96d 100644
--- a/components/offline_pages/background/remove_requests_task.h
+++ b/components/offline_pages/background/remove_requests_task.h
@@ -33,7 +33,8 @@ class RemoveRequestsTask : public Task {
// Step for early termination, that builds failure result.
void CompleteEarly(ItemActionStatus status);
// Step 2. Processes update result, calls callback.
- void CompleteWithResult(std::unique_ptr<UpdateRequestsResult> result);
+ void CompleteWithResult(
+ std::unique_ptr<QueueResults::UpdateRequestsResult> result);
// Store that this task updates.
RequestQueueStore* store_;

Powered by Google App Engine
This is Rietveld 408576698