Index: net/filter/sdch_filter.cc |
diff --git a/net/filter/sdch_filter.cc b/net/filter/sdch_filter.cc |
index 2540ee4cd61699ece4e394a369f575ba4ad6f2d6..d19e42202fb97b7cdc0c315a4af7f5122d336f35 100644 |
--- a/net/filter/sdch_filter.cc |
+++ b/net/filter/sdch_filter.cc |
@@ -91,7 +91,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); |