💄 fix cpplint warning.
This commit is contained in:
parent
df30f130d3
commit
2a462cc2b7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class CustomProtocolRequestJob : public AdapterRequestJob {
|
||||||
// registered handler doesn't want to deal with the request.
|
// registered handler doesn't want to deal with the request.
|
||||||
class CustomProtocolHandler : public ProtocolHandler {
|
class CustomProtocolHandler : public ProtocolHandler {
|
||||||
public:
|
public:
|
||||||
CustomProtocolHandler(ProtocolHandler* protocol_handler = NULL)
|
explicit CustomProtocolHandler(ProtocolHandler* protocol_handler = NULL)
|
||||||
: protocol_handler_(protocol_handler) {
|
: protocol_handler_(protocol_handler) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue