| Index: components/ntp_snippets/remote/ntp_snippets_database.h
|
| diff --git a/components/ntp_snippets/remote/ntp_snippets_database.h b/components/ntp_snippets/remote/ntp_snippets_database.h
|
| index f711edbab44e2aac369d3faf006d0974afc69386..cf8c6fdb77521da879597007934df0025f7b3750 100644
|
| --- a/components/ntp_snippets/remote/ntp_snippets_database.h
|
| +++ b/components/ntp_snippets/remote/ntp_snippets_database.h
|
| @@ -61,7 +61,7 @@ class NTPSnippetsDatabase {
|
| // Deletes the snippet with the given ID.
|
| void DeleteSnippet(const std::string& snippet_id);
|
| // Deletes all the given snippets (identified by their IDs).
|
| - void DeleteSnippets(std::unique_ptr<std::vector<std::string>> keys_to_remove);
|
| + void DeleteSnippets(std::unique_ptr<std::vector<std::string>> snippet_ids);
|
|
|
| // Loads the image data for the snippet with the given ID and passes it to
|
| // |callback|. Passes an empty string if not found.
|
|
|