Remove base::BinaryValue

https://codereview.chromium.org/2799093006
This commit is contained in:
Aleksei Kuzmin 2017-06-17 00:09:33 +03:00
parent 49fbb52b01
commit cc350efbd8
5 changed files with 8 additions and 9 deletions

View file

@ -33,7 +33,7 @@ URLRequestBufferJob::URLRequestBufferJob(
}
void URLRequestBufferJob::StartAsync(std::unique_ptr<base::Value> options) {
const base::BinaryValue* binary = nullptr;
const base::Value* binary = nullptr;
if (options->IsType(base::Value::Type::DICTIONARY)) {
base::DictionaryValue* dict =
static_cast<base::DictionaryValue*>(options.get());