| Index: net/tools/gdig/file_net_log.h
|
| diff --git a/net/tools/gdig/file_net_log.h b/net/tools/gdig/file_net_log.h
|
| index cb8038062157a7282fda1a4178edc2de49cf2cd6..7f74a5e385fade58a1b926f159d2e87d3f2dbd72 100644
|
| --- a/net/tools/gdig/file_net_log.h
|
| +++ b/net/tools/gdig/file_net_log.h
|
| @@ -19,7 +19,7 @@ namespace net {
|
| // the events received into the stream passed to the constructor.
|
| class FileNetLog : public NetLog {
|
| public:
|
| - explicit FileNetLog(FILE* destination, LogLevel level);
|
| + FileNetLog(FILE* destination, LogLevel level);
|
| virtual ~FileNetLog();
|
|
|
| private:
|
|
|