| Index: components/safe_browsing_db/v4_database.h
|
| diff --git a/components/safe_browsing_db/v4_database.h b/components/safe_browsing_db/v4_database.h
|
| index 954f99772e3feb9bece031ac6bb9acdce274a885..ceacfc10fe45bb641e28139e1970eee502c8a3ec 100644
|
| --- a/components/safe_browsing_db/v4_database.h
|
| +++ b/components/safe_browsing_db/v4_database.h
|
| @@ -68,7 +68,7 @@ class V4Database {
|
|
|
| // Updates the stores with the response received from the SafeBrowsing service
|
| // and calls the db_updated_callback when done.
|
| - void ApplyUpdate(const std::vector<ListUpdateResponse>& response,
|
| + void ApplyUpdate(std::unique_ptr<ParsedServerResponse> parsed_server_response,
|
| DatabaseUpdatedCallback db_updated_callback);
|
|
|
| // Returns the current state of each of the stores being managed.
|
|
|