💄 fix cpplint warning.

This commit is contained in:
Cheng Zhao 2013-08-30 20:24:42 +08:00
parent df30f130d3
commit 2a462cc2b7

View file

@ -153,7 +153,7 @@ class CustomProtocolRequestJob : public AdapterRequestJob {
// registered handler doesn't want to deal with the request.
class CustomProtocolHandler : public ProtocolHandler {
public:
CustomProtocolHandler(ProtocolHandler* protocol_handler = NULL)
explicit CustomProtocolHandler(ProtocolHandler* protocol_handler = NULL)
: protocol_handler_(protocol_handler) {
}