| Index: net/http/http_log_util.h
|
| diff --git a/net/http/http_log_util.h b/net/http/http_log_util.h
|
| index 68948097de5c33455339277d43dd9758b4e3c583..775894332568d3d9b3c79540c9264d30cdd3afcc 100644
|
| --- a/net/http/http_log_util.h
|
| +++ b/net/http/http_log_util.h
|
| @@ -15,7 +15,7 @@ namespace net {
|
| // Given an HTTP header |header| with value |value|, returns the elided version
|
| // of the header value at |log_level|.
|
| NET_EXPORT_PRIVATE std::string ElideHeaderValueForNetLog(
|
| - NetLog::LogLevel log_level,
|
| + NetLogCaptureMode capture_mode,
|
| const std::string& header,
|
| const std::string& value);
|
|
|
|
|