Index: net/base/sdch_net_log_params.cc |
diff --git a/net/base/sdch_net_log_params.cc b/net/base/sdch_net_log_params.cc |
index 02e0ad7819264a4e215e9fe3e83a3d909af46d5d..a89117ecbacce6308febc7949ee0b3ed6611076d 100644 |
--- a/net/base/sdch_net_log_params.cc |
+++ b/net/base/sdch_net_log_params.cc |
@@ -11,7 +11,7 @@ |
namespace net { |
base::Value* NetLogSdchResourceProblemCallback(SdchProblemCode problem, |
- NetLog::LogLevel log_level) { |
+ NetLogCaptureMode capture_mode) { |
base::DictionaryValue* dict = new base::DictionaryValue(); |
dict->SetInteger("sdch_problem_code", problem); |
dict->SetInteger("net_error", ERR_FAILED); |
@@ -22,7 +22,7 @@ base::Value* NetLogSdchDictionaryFetchProblemCallback( |
SdchProblemCode problem, |
const GURL& url, |
bool is_error, |
- NetLog::LogLevel log_level) { |
+ NetLogCaptureMode capture_mode) { |
base::DictionaryValue* dict = new base::DictionaryValue(); |
dict->SetInteger("sdch_problem_code", problem); |
dict->SetString("dictionary_url", url.spec()); |