Fix coding style

This commit is contained in:
Adam Roben 2014-07-07 14:27:02 -04:00
parent 8f2a2e19b5
commit f65246b3cd

View file

@ -155,7 +155,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
bool set_protocol = job_factory->SetProtocolHandler( bool set_protocol = job_factory->SetProtocolHandler(
it->first, it->second.release()); it->first, it->second.release());
DCHECK(set_protocol); DCHECK(set_protocol);
(void)set_protocol; // silence unused-variable warning in Release builds on Windows (void)set_protocol; // silence unused-variable warning in Release builds on Windows
} }
protocol_handlers_.clear(); protocol_handlers_.clear();
job_factory->SetProtocolHandler( job_factory->SetProtocolHandler(