| Index: chrome/browser/safe_browsing/protocol_parser.h
|
| diff --git a/chrome/browser/safe_browsing/protocol_parser.h b/chrome/browser/safe_browsing/protocol_parser.h
|
| index c743b836c5f2e8c04381b24a853cc0c15c572645..ae356a22b1e9f1d2c002fb1a38eb1b2fb3d7ebca 100644
|
| --- a/chrome/browser/safe_browsing/protocol_parser.h
|
| +++ b/chrome/browser/safe_browsing/protocol_parser.h
|
| @@ -45,7 +45,7 @@ bool ParseUpdate(const char* chunk_data,
|
| // results should be discarded.
|
| bool ParseChunk(const char* chunk_data,
|
| size_t chunk_len,
|
| - std::vector<scoped_ptr<SBChunkData>>* chunks);
|
| + std::vector<std::unique_ptr<SBChunkData>>* chunks);
|
|
|
| // Parse body of "HTTP Response for Full-Length Hashes", returning the list of
|
| // full hashes. Returns |false| if the data could not be parsed correctly, in
|
|
|