| 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 7d09ff72566b41e588d6bd75a2603f025b2d46f3..af252a36f213a8703d93421ee9625fc12d965332 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.
|
|
|