mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
💄 fix cpplint warning.
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user