Index: net/filter/sdch_filter.cc |
diff --git a/net/filter/sdch_filter.cc b/net/filter/sdch_filter.cc |
index 6b52d8f409f788bf84a5518d40d9f9bfea1089b3..858e101fe34976169942cdceb20b7d5a47bcbe58 100644 |
--- a/net/filter/sdch_filter.cc |
+++ b/net/filter/sdch_filter.cc |
@@ -93,7 +93,7 @@ const char* ResponseCorruptionDetectionCauseToString( |
base::Value* NetLogSdchResponseCorruptionDetectionCallback( |
ResponseCorruptionDetectionCause cause, |
bool cached, |
- NetLog::LogLevel log_level) { |
+ NetLogCaptureMode capture_mode) { |
base::DictionaryValue* dict = new base::DictionaryValue(); |
dict->SetString("cause", ResponseCorruptionDetectionCauseToString(cause)); |
dict->SetBoolean("cached", cached); |