Index: components/update_client/task_update.h |
diff --git a/components/update_client/task_update.h b/components/update_client/task_update.h |
index 2cfac4f8b2e2dbad74d127a9ec3b295c96379257..3d0963fb55d7eccadedb13e9e28723452a445ca4 100644 |
--- a/components/update_client/task_update.h |
+++ b/components/update_client/task_update.h |
@@ -40,6 +40,8 @@ class TaskUpdate : public Task { |
void Run() override; |
+ std::vector<std::string> GetIds() const override; |
+ |
private: |
// Called when the Run function associated with this task has completed. |
void RunComplete(int error); |