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

Unified Diff: components/offline_pages/background/mark_attempt_started_task.cc

Issue 2463713003: [Offline Pages] Converts MarkAttemptCompleted to use TaskQueue (Closed)
Patch Set: Ternary nit and format fix 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.cc
diff --git a/components/offline_pages/background/mark_attempt_started_task.cc b/components/offline_pages/background/mark_attempt_started_task.cc
index f1a82ac82bd9f7b568225b545966ab2b2abc8b24..95776fefad1af51b08e08f0401cdf2c12e985518 100644
--- a/components/offline_pages/background/mark_attempt_started_task.cc
+++ b/components/offline_pages/background/mark_attempt_started_task.cc
@@ -4,6 +4,8 @@
#include "components/offline_pages/background/mark_attempt_started_task.h"
+#include <utility>
+
#include "base/bind.h"
#include "base/time/time.h"

Powered by Google App Engine
This is Rietveld 408576698