From 2a462cc2b79025ed7f3d85187aae8ffcadf7b4d3 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 30 Aug 2013 20:24:42 +0800 Subject: [PATCH] :lipstick: fix cpplint warning. --- browser/api/atom_api_protocol.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/api/atom_api_protocol.cc b/browser/api/atom_api_protocol.cc index b982c7537e4f..bd790c9dff97 100644 --- a/browser/api/atom_api_protocol.cc +++ b/browser/api/atom_api_protocol.cc @@ -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) { }